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.
我希望能够精确控制在我的程序中播放的 .wav 文件的时间。我还希望能够同时播放多个 .wav 文件。SoundPlayer 不够好,因为我不能同时播放两个声音,即使我连续播放不同的声音,每个声音之间也有大约 1/8 秒的延迟,这对于我正在做的事情来说是不可接受的。我找不到使用 SharpDX 添加设备的方法。
您在Sharpdx 中有一个directsound 样本,应该可以帮助您入门。
你也可以看看NAudio,它也应该符合你的需要并且更容易使用。