简体   繁体   中英

Convert an audio file to 8000Hz 16Bit Mono Wav in UWP

如何在UWP C#中将音频文件转换为8000Hz 16Bit Mono Wav以在ACRcloud UWP SDK中使用

I think this has been answered here before.

You can use NAudio (I think it should work in UWP, but you need to check as 1.8 version was a bit restricted in UWP. There is an update, but I do not know if it has the necessary classes).

You could also check Bass audio library as it is available for C#, if NAudio will not work.

Check this answer for an example.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM