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

Error while record stream #41

Open kunalmangela opened 7 years ago

kunalmangela commented 7 years ago

I am trying to record stream,it working perfect in android 6 and 7 but not work in android 5.It goes into Error block of recording. @Override public void onError() { Log.e("Call", "error"); } I am also unable to identify what is error here

Piasy commented 7 years ago

Thanks for your feedback, I'm sorry that I don't have enough time to dig into this problem, could you please try the demo project and figure out where the problem is?

kunalmangela commented 7 years ago

I am working with webrtc,trying to record streams.It givs me assertion error.

Piasy commented 7 years ago

As I know, webrtc has its own audio record module, why not use it?

kunalmangela commented 7 years ago

it doesnot give access to use there private classes.

kunalmangela commented 7 years ago

GIve me error like: record fail: ERROR_INVALID_OPERATION