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.
我有一个 C# 程序,它当前根据输入到解析器中的公式生成一个波 - 波可以是任何东西,从简单的正弦波到噪声函数。我想播放通过扬声器产生的波浪。最好的方法是什么?
考虑生成波形,然后使用 NAudio 或 DirectSound 进行回放。