使用SAPI實現TTS文字轉wav文件的功能

//頭文件api /* 文件名:tts_module.h 2018年4月23日11:04:18 代碼目的:把文字(英語或者漢字)轉化成wav文件。能夠播放。即TTS text to speech。 */ class String2Speech { public: //string to wchar* static WCHAR* str_to_wcharstr(std::string my
相關文章
相關標籤/搜索