anarchuser / mic_stream

Flutter plugin to get an infinite audio stream from the microphone
https://pub.dev/packages/mic_stream
GNU General Public License v3.0
100 stars 68 forks source link

Clarification required: How to generate valid wave file. #60

Closed TheSingletonDev closed 1 year ago

TheSingletonDev commented 1 year ago

Hey Hi @anarchuser, So, I have been extensively using this lib for mic streaming data. But another requirement is to generate a wav file. Could you please show me the correct way of doing it. I was checking this link Code for Wav but I am not sure if there is a class or method I can directly utilize?

anarchuser commented 1 year ago

I cannot help you with this topic. Writing audio data to file is beyond the scope of this library. Neither do I have experience with this topic personally.