Dimowner / AudioRecorder

Audio Recording Android application
Apache License 2.0
729 stars 171 forks source link

How to use WavRecorder class to generate .m4a file #22

Closed chitrang200889 closed 3 years ago

chitrang200889 commented 4 years ago

Hey, I am facing some initial delay issues with MediaRecorder class in my app. However, there is no delay with the AudioRecord class. But I need to save file .m4a format.

So the question is how to use the WavRecorder class to save the recording as .m4a file.

Any help would be highly appreciated, thanks in advance.

Dimowner commented 3 years ago

WavRecorder intended to record Wav record not .m4a. I don't see a how we can do this