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

How to record in ogg? #36

Open wajidp opened 7 years ago

wajidp commented 7 years ago

Can i record in ogg i tried and it says error code 2

mAudioFile = new File( prdir.getAbsolutePath()

Piasy commented 7 years ago

Sorry for the late response, I think its the encoder format, you can try with the Android MediaRecorder API to record ogg file, then use parameters here.

MarsDiplomatToEarth commented 4 years ago

How to record in wav