Compress wav file to wma on Windows Phone 8

后端 未结 1 1047
心在旅途
心在旅途 2021-01-26 08:01

I am looking to encode a wav file in wma (or mp3, ogg, etc) on Windows Phone. I have not found any resources online. Any ideas on how I can archive this?

I am trying to

相关标签:
1条回答
  • 2021-01-26 08:54

    Starting from Windows Phone 8.1, you can use MediaTranscoder class for that.

    Also, since WP 8.0 you can use AudioVideoCaptureDevice to record directly into the compressed format. Unfortunately for you, neither MP3 or WMA is supported with this method, but you can choose between AAC and AMR codecs. Here's a sample code.

    0 讨论(0)
提交回复
热议问题