摘要:
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() ; 阅读全文