m4a 文件格式的 AudioStreamBasicDescription 是什么
我尝试了更多用于 m4a 文件格式的 AudioStreamBasicDescription 。我仍然遇到一些问题。
请任何人告诉我 m4a 文件格式的确切 AudioStreamBasicDescription。
I have tried with more AudioStreamBasicDescription for m4a file format. Still I am getting some issues with that.
Please anyone tell me the exact AudioStreamBasicDescription for m4a file format.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 ExtAudioFileGetProperty 从现有 m4a 音频文件中获取 ASBD。
有关更多详细信息点击此处。
you can use ExtAudioFileGetProperty to get the ASBD from existing m4a audio file.
For more details Click here.
您可以使用 2(至少)两种不同的方法获取文件的 ASBD。您可以使用“ExtAudioFileGetProperty”或“AudioFileGetProperty”。
AudioFileGetProperty:
ExtAudioFileGetProperty:
You can get ASBD of a file with 2 (at least) different methods. You can use 'ExtAudioFileGetProperty' or 'AudioFileGetProperty'.
AudioFileGetProperty:
ExtAudioFileGetProperty: