iOS 5 上的音频输出队列
有没有人遇到过,iOS 5 中的音频输出队列即使正在运行并且没有返回错误,也没有声音?
下载了具有相同问题的示例代码。
Has anyone ever experienced that an audio output queue in iOS 5 is silent even though the queue is running and no errors are returned?
Downloaded a sample code that had the same issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果将音频队列输出缓冲区填充为零(或任何常量,或接近零的非常小的值),则音频输出将是或似乎是无声的。
If you fill the Audio Queue output buffers with zero (or any constant, or very small values close to zero), the audio output will be or seem to be silent.