摘要: COM组件使用speech:public class Speach { private static Speach _Instance = null ; private SpeechLib.SpVoiceClass voice =null; //SAPI5.1private SpeechLib.SpVoice voice = null;//SAPI 5.4private Speach() { BuildSpeach() ; } public static Speach instance() { if (_Instance == null) _Instance = new Speach() ; 阅读全文
posted @ 2013-06-27 23:07 MaxIE 阅读(20356) 评论(0) 推荐(0) 编辑