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

Not able to play audio outide app environment #65

Closed saurabh-chhabra closed 4 years ago

saurabh-chhabra commented 4 years ago

While recording stream internally , app is playing audio fine but ,while playing same audio from any other player it is not playing the audio !! :( Any reason why ?

Piasy commented 4 years ago

Usually you can play multiple things at the same time, not sure what's your cause, maybe you can provide some error log?

saurabh-chhabra commented 4 years ago

Hi I have uploaded m4a file , this file is sucessfully being replayed on your player provided in APP, but can;t be played or convert to other format outside the app , even in andorid native player its not being played

4302389117886.stream.zip

Piasy commented 4 years ago

oh, it's raw PCM, usually you need encode it as mp3 or other format, so that normal media player could play it.

saurabh-chhabra commented 4 years ago

ok thanks I am just checking