admin 管理员组文章数量: 887016
【实例简介】
当系统没有语音功能,无法运行时,使用win7 TTS修复工具(微软tts语音引擎修复)
现有的语音不好时,可心安装第三方语音,如:捷通华声 XiaoKun 女声 中英文、女音库Hui、Lily
解压后,运行regsvr.bat即可!
【实例截图】
【核心代码】
@echo off
@setlocal enabledelayedexpansion
robocopy ".\Common Files" "%ProgramFiles%\Common Files" /s
regsvr32.exe /s "%ProgramFiles%\Common Files\SpeechEngines\Microsoft\spcommon.dll"
regsvr32.exe /s "%ProgramFiles%\Common Files\Microsoft Shared\Speech\sapi.dll"
regsvr32.exe /s "%ProgramFiles%\Common Files\SpeechEngines\Microsoft\TTS\1033\spttseng.dll"
regsvr32.exe /s "%ProgramFiles%\Common Files\SpeechEngines\Microsoft\TTS\2052\spttschs.dll"
wmic cpu get addresswidth|more 1|find/i "32"
IF !ERRORLEVEL!==0 (
copy sapi.cpl %windir%\System32
set reg_dir=HKEY_LOCAL_MACHINE\SOFTWARE
regedit /s "speech.reg"
)
IF !ERRORLEVEL!==1 (
copy sapi.cpl %windir%\SysWOW64
set reg_dir=HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node
regedit /s "speech64.reg"
)
exit
版权声明:本文标题:win7 微软语音服务器,win7 TTS修复工具(微软tts语音引擎修复) 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1715840328h653910.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论