You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to extract a section of audio using FFMPEG, I discovered that the .M4A file was actually being recorded as a WAV file. Here's what FFMPEG reports;
When trying to extract a section of audio using FFMPEG, I discovered that the .M4A file was actually being recorded as a WAV file. Here's what FFMPEG reports;
I'm guessing it's because I've boosted the sample rate up to 44K in order to achieve higher quality.
_recorder = FlutterAudioRecorder(customPath, audioFormat: AudioFormat.AAC, sampleRate: 44100);
Here's a discussion I've started at Stackoverflow with some useful comments;
https://stackoverflow.com/questions/68542728/flutter-audio-recorder-plugin-records-m4a-as-wav-file
The text was updated successfully, but these errors were encountered: