Androidフォンからの通話を録音したい。私は android.media.MediaRecorder pckg を使用しています。
次のコードも使用されます。
mrec.setAudioSource(MediaRecorder.AudioSource.VOICE_CALL);
mrec.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
mrec.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);
しかし、着信を録音できませんでした。テスト済みのコード スニペットを推奨できる人はいますか?
また、これは本当ですか? http://groups.google.com/group/android-developers/browse_thread/thread/c2bc85eb60ae2aa5?pli=1 http://code.google.com/p/android/issues/detail?id=2117#c226