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.
我需要在 Windows 上开发一个快速而肮脏的应用程序,让用户可以使用滑块控制播放 mp3 文件的速度。
关于库/编程语言/控件的任何建议可以使这变得容易吗?
我无法控制媒体选择(必须是 mp3)或平台(必须是 windows)
编辑:实际上,我可以将文件转换为任何必要的格式。
Windows Media Player v10+ 内置了这个。看看这里。这不是你需要的吗?
你可以看看这个。
编辑:WinMM.dll有一个名为waveOutSetPlaybackRate ( P/Invoke )的函数,它可能会有所帮助,因为这个 DLL(自 Win 9x 以来已包含在 Windows 中)可以播放 MP3。以下是有关如何使用 C# 播放声音的一些基本信息。
到目前为止,这是我发现的:
适用于 Windows Media Player® 的 2xAV™ 插件
理想情况下,我更喜欢开源的东西,但如果我找不到其他选择,我会试一试。