WindSekirun / NaraeAudioRecorder

AudioRecorder for Android powered by Kotlin
Apache License 2.0
91 stars 20 forks source link

Using DefaultAudioRecorder when recording within FFmpegAudioRecorder #2

Open WindSekirun opened 5 years ago

WindSekirun commented 5 years ago

Wav file has the limitation of 4GB file size (32-bit problem).

So we migrate using DefaultAudioRecorder instead WavAudioRecorder when using FFmpegAudioRecorder.