显示新视图时所有爆裂声
在 iPhone 上,我使用 AudioUnit 作为音频发生器。工作正常。
但是,当我翻转视图(向前转动背面以显示信息屏幕)时,在过渡过程中,模拟器和设备上都会产生爆裂声。仅当第一次显示翻转视图时才会发生这种情况。随后的翻转不会破裂。
翻转视图包含一个显示本地 HTML 文件的 UIWebView
。 (我没有想出另一种显示富文本的方法。)也许我应该尝试预渲染视图。我该怎么做?
或者我应该将音频生成放在不同的线程中?我想,无论如何,AU 都是根据需要异步调用的。
On iPhone, I'm using an AudioUnit as a tone generator. Works fine.
However, when I flip the view (turn the back side forward to display an info screen), during the transition the generated tone crackles, both in Simulator and on Device. This happens only when the flipside view is displayed for the first time. Subsequent flips don't crackle.
The flipside view contains a UIWebView
displaying a local HTML file. (I didn't come up with another way to display rich text.) Maybe I should try to pre-render the view. How can I do this?
Or should I put the audio generation in a different thread? I thought, AUs are called asynchronously—as needed— anyway.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论