Convert wav to wma

核能气质少年 提交于 2019-12-06 06:14:19

问题


I want to convert a .wav file to .wma (or .mp3) on Windows Phone 7 Mango.

I want to save a recording from the microphone and use the SaveRingtoneTask so I can save it as a ringtone.

How can I convert the file on Windows Phone 7 so I don't have to use a web service?

If it can't be done on the phone does anyone know how to convert it and trim it down to 40 seconds?


回答1:


I ended up using this example http://www.codeproject.com/KB/audio-video/MP3Compressor.aspx and stripping out everything but the .mp3 convertions.




回答2:


Have a look at Windows Media Audio compressor.



来源:https://stackoverflow.com/questions/7642314/convert-wav-to-wma

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!