audio_waveforms
audio_waveforms copied to clipboard
How to record audio in mp3 or wav format?
I'm having the same problem currently. Is there a way to record in wav/PCM ?
Anyone having answer for this?
~~When you are setting path of your file just set extension as .mp3
and it create a .mp3 file~~
When you are setting path of your file just set extension as
.mp3
and it create a .mp3 file
But then you won't have a proper wav/mp3 header, right?
I'm having the same problem currently. Is there a way to record in wav/PCM ?
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.
I'm having the same problem currently. Is there a way to record in wav/PCM ?
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