ios - 在很短的时间后多次播放音频文件?
<p><p>我有一个 2 秒长的音频文件。我在玩完之前尝试玩了很多次。但是当我通过创建它的新实例来尝试使用 AVAudioPlayer 时,听起来它会停止之前播放的音频并播放新的音频,而不是同时播放它们。我应该使用其他方式播放声音还是无法实现?</p>
<p>代码:</p>
<pre><code>NSURL *url = [ URLForResource:@"PistolShootSound" withExtension:@"mp3"];
audioPlayer = [ initWithContentsOfURL:url error:nil];
;
</code></pre>
<p>audioPlayer 在头文件中声明。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>你有没有使用<code>AVAudioPlayer的</code>属性<code>numberOfLoops</code>重复播放音频文件?</p>
<p><strong>更新</strong>:我之前不明白你的目标。如果你想多次播放短文件,你可以使用 <code>AudioServices</code>。 <a href="https://stackoverflow.com/a/10336977/1990236" rel="noreferrer noopener nofollow">Here</a>是如何使用它的一个很好的例子。</p></p>
<p style="font-size: 20px;">关于ios - 在很短的时间后多次播放音频文件?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/19208149/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/19208149/
</a>
</p>
页:
[1]