如何在 OpenAL 中获取具有单个缓冲区的源的长度(持续时间)?
我正在从 FMOD 迁移到 OpenAL,但找不到 FSOUND_Sample_GetLength() 函数的类似函数,该函数返回samples 中的示例(不考虑频率)...我从 alutLoadMemoryFromFileImage() 获取 OpenAL 缓冲区名称,因此我可以't这样就可以得到波形数据了。
请帮忙!
I'm migrating from FMOD to OpenAL and I can't find an analogue of the FSOUND_Sample_GetLength() function, which returns the length of the sample in samples (it doesn't take frequency in consideration)... I get OpenAL buffer name from alutLoadMemoryFromFileImage(), so I can't get the waveform data this way.
Please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 alGetBufferi() 自行将其拼凑在一起:
持续时间以秒为单位:
You need to piece it together yourself using alGetBufferi():
And for duration in seconds: