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.
如何将具有 MPeg 第 3 层 (MPeg3) 音频格式的 wav 文件转换为 PCM?
You could use FFMPEG called from the command-line, like so:
ffmpeg -i source.wav -f wav -acodec pcm dest.wav
NOTE: Untested
Also, Windows binaries are available (I had some from another place as well) here.
LibMAD could be what you are looking for.
If finding a windows binary of ffmpeg is too much work you can install foobar2k and do it from there