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 save recording in wav file #229

Open
darshan1226 opened this issue Jul 3, 2023 · 4 comments
Open

how to save recording in wav file #229

darshan1226 opened this issue Jul 3, 2023 · 4 comments

Comments

@darshan1226
Copy link

i am trying with below options to generate wav file
void _initializeControllers() {
recorderController = RecorderController()
..androidEncoder = AndroidEncoder.aac
..androidOutputFormat = AndroidOutputFormat.mpeg4
..iosEncoder = IosEncoder.kAudioFormatMPEG4AAC
..sampleRate = 8000;
}

@AkshayStackSum
Copy link

Please reply on this we were in critical situation.

@PeteSahad
Copy link

use flutter_sound package for recording. You can still use audio_waveforms for visualization.

@codakkk
Copy link

codakkk commented Sep 15, 2023

use flutter_sound package for recording. You can still use audio_waveforms for visualization.

Can you provide an example on how you achieved that?

@Mistic92
Copy link

Did you managed to do that?

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

5 participants