开发者

How can I convert wav to wma programmatically in C++?

开发者 https://www.devze.com 2022-12-26 14:29 出处:网络
How can I开发者_开发问答 convert wav to wma programmatically in C++?Get your hands on the Windows Media Format SDK.You should be able to do this with libavcodec.See audio_decode_example and audio_enco

How can I开发者_开发问答 convert wav to wma programmatically in C++?


Get your hands on the Windows Media Format SDK.


You should be able to do this with libavcodec. See audio_decode_example and audio_encode_example. They use MP2 as an example, but both WMA and WAV (PCM) are supported formats.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号