本文介绍了为项目添加语音的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 是否可以为C#项目添加特定的语音,以便它可以在另一台PC上运行? speechSynth.SelectVoice(" Microsoft Server Speech Text语音(nl-NL,Hanna)");只有当声音安装在另一台电脑上时才会工作。 我在哪里可以找到关于此的教程?解决方案 Is it possible to add a specific voice to a C# project so that it can be heart on an other pc?speechSynth.SelectVoice("Microsoft Server Speech Text to Speech Voice (nl-NL, Hanna)"); wil only work when the voice is installed on the other pc.Where can I find a tutorial about this? 解决方案 这篇关于为项目添加语音的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-16 21:38