开发者

Low audio quality with Microsoft Translator

开发者 https://www.devze.com 2023-02-25 13:56 出处:网络
I\'m working on a desktop application built with XNA. It has a Text-To-Speech application and I\'m using Microsoft Translator V2 api to do the job. More specifically, I\'m using is the Speak method (h

I'm working on a desktop application built with XNA. It has a Text-To-Speech application and I'm using Microsoft Translator V2 api to do the job. More specifically, I'm using is the Speak method (http://msdn.microsoft.com/en-us/library/ff512420.aspx), and I play the audio with SoundEffect and SoundEffectInstance classes.

The service works fine, but I'm having some issues with the audio. The quality is not very good and the volume is not loud enough.

I need a way to improve the volume programmatically (I've already tried some basic solutions in CodeProject, but the algorithms are not very good and the resulting audio is very low quality), or maybe use another api.

Are t开发者_开发问答here some good algorithms to improve the audio programmatically? Are there other good text-to-speech api's out there with better audio quality and wav support?

Thanks in advance


If you are doing off-line processing of audio, you can try using Audacity. It has very good tools for off-line processing of audio. If you are processing real-time streaming audio you can try using SoliCall Pro. It creates virtual audio device and filters all audio that it captures.

0

精彩评论

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

关注公众号