-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels