audio_waveforms icon indicating copy to clipboard operation
audio_waveforms copied to clipboard

How to record audio in mp3 or wav format?

Open idolevi99 opened this issue 1 year ago • 8 comments

idolevi99 avatar May 15 '23 10:05 idolevi99

I'm having the same problem currently. Is there a way to record in wav/PCM ?

mohamedeijy avatar Jun 08 '23 07:06 mohamedeijy

Anyone having answer for this?

AkshayScott avatar Jun 29 '23 19:06 AkshayScott

~~When you are setting path of your file just set extension as .mp3 and it create a .mp3 file~~

Ujas-Majithiya avatar Jul 01 '23 18:07 Ujas-Majithiya

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?

PeteSahad avatar Aug 02 '23 08:08 PeteSahad

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.

PeteSahad avatar Aug 04 '23 07:08 PeteSahad

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?

rezins avatar Sep 02 '23 05:09 rezins

@PeteSahad the audio_waveforms are not displaying on the screen, can you suggest me something?

Priyanshu85 avatar Jan 29 '24 12:01 Priyanshu85

I combine audio_wavefrom and record . cz I want to record audio file and save into mmc storage, and show waveform audio in realtime

rezins avatar Feb 11 '24 13:02 rezins