我正在使用MediaRecorder
来记录通话。我的问题是,无论我使用什么设置,对方的音量都非常低。
我的MediaRecorder
初始化似乎是:
recorder.setAudioSource(_audioSource);
recorder.setOutputFormat(_outputFormat);
recorder.setAudioEncoder(_audioEncoder);
我使用VOICE_CALL,DEFAULT或MIC作为音频源以及MediaRecorder.OutputFormat
和MediaRecorder.AudioEncoder respectively
的组合。
我还尝试了不同的值:
recorder.setAudioEncodingBitRate(_bitRate);
recorder.setAudioSamplingRate(_samplingRate);
我可以使用其他任何设置来使其他侧面声音更好吗?