菜鸟教程小白 发表于 2022-12-12 09:06:34

ios - AVAudioRecorder 和 AirPlay 镜像


                                            <p><p>当我激活了 AVAudioRecordersession 时 -(当我正在录制音频时)我无法在设备上激活 AirPlay 镜像。 Airplay 镜像只是在应用程序运行时停用,并在应用程序退出时重新打开。这篇文章似乎建议 <a href="https://stackoverflow.com/questions/5892022/avaudioplayer-and-airplay-possible" rel="noreferrer noopener nofollow">there is no way around this</a> .</p>

<p>我的想法是尝试:</p>

<ul>
<li>使用较低级别的记录框架</li>
<li><s>或<a href="http://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/WindowAndScreenGuide/UsingExternalDisplay/UsingExternalDisplay.html" rel="noreferrer noopener nofollow">outputting a separate window to external display</a> ,而不是镜像</s>(这个我试过了,不行)。</li>
</ul>

<p>有没有其他方法可以解决这个问题,或者您知道这些方法中的任何一种是否有效吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>使用 AudioQueue 进行录制(如 Apple 的示例代码 <a href="http://developer.apple.com/library/ios/#samplecode/SpeakHere/Introduction/Intro.html" rel="noreferrer noopener nofollow">Speak Here</a> )而不是 AVRecorder 工作。需要更多的工作来实现,但在 Airplay 镜像上或关闭时继续录制。 </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - AVAudioRecorder 和 AirPlay 镜像,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/15080029/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/15080029/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - AVAudioRecorder 和 AirPlay 镜像