Skip to content
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

Open
idolevi99 opened this issue May 15, 2023 · 8 comments
Open

How to record audio in mp3 or wav format? #215

idolevi99 opened this issue May 15, 2023 · 8 comments

Comments

@idolevi99
Copy link

No description provided.

@mohamedeijy
Copy link

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

@AkshayScott
Copy link

Anyone having answer for this?

@Ujas-Majithiya
Copy link
Collaborator

Ujas-Majithiya commented Jul 1, 2023

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

@PeteSahad
Copy link

PeteSahad commented Aug 2, 2023

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
Copy link

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.

@rezins
Copy link

rezins commented Sep 2, 2023

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?

@Priyanshu85
Copy link

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

@rezins
Copy link

rezins commented Feb 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants