【问题标题】:how to record call for both side android如何记录双方android的通话
【发布时间】:2018-09-02 12:11:03
【问题描述】:

我厌倦了使用 MediaRecorder 记录通话电话 我正在测试所有设置

   this.mediaRecorder = new MediaRecorder();
                this.mediaRecorder.setAudioChannels(1);
                this.mediaRecorder.setAudioSamplingRate(44100);
                this.mediaRecorder.setAudioEncodingBitRate(64000);
                this.mediaRecorder.setAudioSource(MediaRecorder.AudioSource.MIC);
                this.mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
                this.mediaRecorder.setOutputFile(path);
                this.mediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_WB);

但录音只有麦克风的声音

我想像安卓应用一样记录双方通话 Automatic Call Recorder

【问题讨论】:

    标签: android call-recording


    【解决方案1】:

    我认为您应该在堆栈溢出时看到此调用记录 tutorial。它将涵盖您进行通话录音所需的所有内容。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-11-24
      • 2014-05-31
      • 1970-01-01
      • 2011-06-03
      • 1970-01-01
      相关资源
      最近更新 更多