riul88 / call-recorder-for-android

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

Recording from EarPiece Speaker #54

Open csetanmayjain opened 5 years ago

csetanmayjain commented 5 years ago

Hey developers, I try to record voice from earpiece (only from caller end not from receiver end). I try to use recorder = new AudioRecord(MediaRecorder.AudioSource.VOICE_DOWNLINK RECORDER_SAMPLERATE, RECORDER_CHANNELS,RECORDER_AUDIO_ENCODING, bufferSize);

Whenever I test app with VOICE_DOWNLINK, the app crashes, what's the reason behind this? Thanks