Linux下wav与mp3互转
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
WAV文件格式介绍:http://soundfile.sapp.org/doc/WaveFormat/
使用Lame库可以进行转换,可以使用C语言也能直接使用lame命令转换,例如:
lame sample.wav sample.mp3
这里将sample.wav转换成sample.mp3。
使用程序进行转换的话可以使用libmp3lame库,程序示例参考链接:
http://blog.csdn.net/simongyley/article/details/8507976
将mp3文件解码成WAV文件可以使用命令:
lame qwe.mp3 qwe.wav --decode
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献11条内容
所有评论(0)