64 位环境中的 OS X 音频队列问题
我最近将整个应用程序移植到 64 位,除了录音机之外,一切都工作正常。尽管当我在 Quicktime 中检查生成的文件信息时报告了正确的参数(例如采样率),但该文件要么具有一致的间隙,要么以更高的速度播放,要么以更低的速度播放。
我应该注意到,我显式地输入了所有变量,因为我对所有内容都使用描述性类型名称,例如 UInt32 和 SInt16,而不是使用普通的“int”或“long”
I've recently ported my entire application to 64-bit and everything is working fine except for my audio recorder. Even though the correct parameters (such as sample rate) are being reported when I check the resulting file's information in Quicktime, the file either has consistent gaps, is playing at a much higher speed, or is playing at a much lower speed.
I should note that I explicitly type all of my variables, in that I use descriptive types names such as UInt32 and SInt16 for everything instead of using plain 'int' or 'long
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论