We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; }
The text was updated successfully, but these errors were encountered:
Please reply on this we were in critical situation.
Sorry, something went wrong.
use flutter_sound package for recording. You can still use audio_waveforms for visualization.
Can you provide an example on how you achieved that?
Did you managed to do that?
No branches or pull requests
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;
}
https://indiehd.com/auxiliary/flac-validator/
https://drive.google.com/file/d/1SRXtVVnY7M9IJ55Sch1FFQkNxp5Qk5CM/view?usp=sharing
The text was updated successfully, but these errors were encountered: