qq_22075131 2017-05-27 17:10 采纳率: 14.3%
浏览 26618

安卓 如何实现内录,只录制手机播放的声音,而不录制话筒的声音

求大神指导,安卓 如何实现内录,只录制手机播放的声音,而不录制话筒的声音

  • 写回答

3条回答 默认 最新

  • zhanghanbin23 2017-06-02 08:08
    关注

    请参考这篇文章:http://www.tuicool.com/articles/RVJFF3v。我试过,可行的,只不过需要系统签名,第三方app这种方式无法实现。
    以下是android api:

      /**
             * Audio source for a submix of audio streams to be presented remotely.
             * <p>
             * An application can use this audio source to capture a mix of audio streams
             * that should be transmitted to a remote receiver such as a Wifi display.
             * While recording is active, these audio streams are redirected to the remote
             * submix instead of being played on the device speaker or headset.
             * </p><p>
             * Certain streams are excluded from the remote submix, including
             * {@link AudioManager#STREAM_RING}, {@link AudioManager#STREAM_ALARM},
             * and {@link AudioManager#STREAM_NOTIFICATION}.  These streams will continue
             * to be presented locally as usual.
             * </p><p>
             * Capturing the remote submix audio requires the
             * {@link android.Manifest.permission#CAPTURE_AUDIO_OUTPUT} permission.
             * This permission is reserved for use by system components and is not available to
             * third-party applications.
             * </p>
             */
            public static final int REMOTE_SUBMIX = 8;
    
    评论

报告相同问题?

悬赏问题

  • ¥15 HFSS 中的 H 场图与 MATLAB 中绘制的 B1 场 部分对应不上
  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?