-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to record audio in mp3 or wav format? #215
Comments
I'm having the same problem currently. Is there a way to record in wav/PCM ? |
Anyone having answer for this? |
|
But then you won't have a proper wav/mp3 header, right? |
You can use flutter_sound for that. I'm using flutter_sound in my project to record PCM16Wav files, and use audio_waveform only to display waveforms. But it would be nice if audio_waveform would provide this feature too. |
Pete, have you already implemented flutter_sound with audio_wavefrom combine? |
@PeteSahad the audio_waveforms are not displaying on the screen, can you suggest me something? |
I combine audio_wavefrom and record . cz I want to record audio file and save into mmc storage, and show waveform audio in realtime |
No description provided.
The text was updated successfully, but these errors were encountered: