2

如何将具有 MPeg 第 3 层 (MPeg3) 音频格式的 wav 文件转换为 PCM?

4

3 回答 3

5

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.

于 2009-01-23T18:01:50.150 回答
2

LibMAD could be what you are looking for.

于 2009-01-23T18:06:24.527 回答
0

If finding a windows binary of ffmpeg is too much work you can install foobar2k and do it from there

于 2009-01-23T18:06:55.727 回答