riul88 / call-recorder-for-android

call-recorder-for-android fork
159 stars 98 forks source link

Call Recorder-Not working In marshmallow #41

Open sunilfinesoft opened 8 years ago

sunilfinesoft commented 8 years ago

This code is not working on marshmallow.folder created but media file not save So what can i do for this.Plz give me suggestion .

cnerone commented 7 years ago

I noticed the same issue; app reads the right directory (it lists previously recorder calls) but no new file is saved, and no error message too. Can we look app logs to know why it doesn't save files?

Notifications says "if recording is enabled... call will be recorded" but....

dpuschek commented 7 years ago

Same issue here. Worked fine with Android5.1, but no records with 6.0 :( Please fix this issue!

Abdelthug commented 7 years ago

I have the same issue :/

jontis commented 7 years ago

Not working. Cyanogenmod 13.0, based on android 6.0.1 Seems to run, but nothing is saved. I've allowed all permissions to the app so I don't that that is the problem.

anandinmaddy commented 7 years ago

Guys change setAudioSource(MediaRecorder.AudioSource.VOICE_CALL) TO setAudioSource(MediaRecorder.AudioSource.MIC) . It will work on android 6.0 and above. Make sure all permission's are allowed. Some issues like low incoming voice sound has to be fixed.

ijustyce commented 7 years ago

@anandinmaddy But, how to fix low incoming voice ? If u know , please help me , thanks.

babinchicken commented 6 years ago

quality is drastically decreased and u almost cant hear the audio when set to mic... also i really dont get how u passed the data to file class and compared