如何将wav转换为mp3 [英] how to convert wav to mp3

查看:158
本文介绍了如何将wav转换为mp3的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

要将一种音频文件格式转换为另一种音频文件格式(转换为mp3)要学习的基本知识

推荐答案

 

 

 

我建议您可以通过三种方式完成操作

There are three ways i suggest you can do it

1)您可以学习文件格式并开始编写自己的编码解码库

1) you can learn the file formats and start writing your own encoding decoding libraries

2)您可以依赖第三方转换软件

2) you can depend on third party conversion softwares

3)或仅将DirectShow/MF API和VC ++与一些自定义第三方过滤器一起使用进行编码

3) or simply use DirectShow/MF API and VC++ with some custom third party filter for encoding

 

这是下面的链接,可以带您进入DirectShow的世界.探索,学习并执行  :D

here is the link below that can take you into the world of DirectShow. Explore it, learn it and do it   :D

http://msdn.microsoft.com/en-us/library/ms786508(v = vs.85).aspx

如果您仅需要示例代码来完成从wav到mp3的转换,请点击以下链接

if you need a sample code for just the conversion from wav to mp3 then follow the link below

http://www.codeproject.com/KB/audio-video/MP3Compressor.aspx


这篇关于如何将wav转换为mp3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆