WAV 音频格式:MPEG3 至 PCM
如何将 MPeg Layer 3 (MPeg3) 音频格式的 wav 文件转换为 PCM?
How can you convert wav files with MPeg layer 3 (MPeg3) audio format to PCM?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用从命令行调用的FFMPEG,如下所示:
注意:
也未经测试,Windows 此处提供了二进制文件(我也从其他地方获得了一些)。
You could use FFMPEG called from the command-line, like so:
NOTE: Untested
Also, Windows binaries are available (I had some from another place as well) here.
LibMAD 可能就是您正在寻找的。
LibMAD could be what you are looking for.
如果找到 ffmpeg 的 Windows 二进制文件太麻烦,您可以安装 foobar2k 并从那里进行操作
If finding a windows binary of ffmpeg is too much work you can install foobar2k and do it from there