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.
我正在 dsPIC 上开发数字音频合成器。
首先,我在 matlab 中编写和测试算法。
对于第二阶段,我将算法转换为 ANSI C(MinGW 编译器)以在 Windows PC 上进行测试,然后再移植到 dsPIC。
音频数据将是未压缩的 PCM 样本。在 C 中播放生成的 PCM 数据有哪些选择?(最好是实时的)
在 Windows 上,您可以使用waveOutAPI。
waveOut
这是一个教程。