Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 AudioObjectSetPropertyData 设置设备的采样率。
有没有办法让这个调用是同步的?
不太可能,因为在运行的采样流中插入或更改采样率转换器可能会导致严重的故障。一种可能的解决方案是并行运行您自己的采样率转换器,并在您想要的采样时间在转换器之间切换。在某些情况下可能需要交叉淡入淡出。