Piasy / RxAndroidAudio

Maybe the most robust Android Audio encapsulation library, with partial Rx support.
http://blog.piasy.com/2016/02/24/Robust-Android-Audio-encapsulation/
MIT License
1.57k stars 235 forks source link

Can StreamAudioRecorder convert audio format to mp3? #27

Closed WooYu closed 7 years ago

WooYu commented 7 years ago

Why StreamAudioRecorder compared with AudioRecorder StreamAudioRecorder recording file is larger

Piasy commented 7 years ago

Because it record the raw audio data, the PCM format, it's used for recording realtime audio data, encoding it, then send it out over internet. If you prefer the encapsulated audio format, try AudioRecorder.