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.
通过 NAudio waveout 播放 MP3 文件的默认速度设置是多少。有没有办法根据 NAudio waveout 中的用户设置来设置速度。
提前致谢。
默认为正常播放速度。有一个名为waveOutSetPlaybackRate的 Windows API 调用,但并非所有声卡都支持。您最好找到其他方法来加快音频速度。