zoukankan      html  css  js  c++  java
  • How to install more voices to Windows Speech?

    !!!WARNING!!!

    This involves manual edits to your registry. If you mess it up, don't blame me. Do at your own risk.

    Step 1 --------------------------------------------------------------------------

    Install the Speech Platform v11

    a) go here: http://www.microsoft.com/en-us/download/details.aspx?id=27225
    b) click "Download"
    c) select the "x64_SpeechPlatformRuntimeSpeechPlatformRuntime.msi"
    d) run the installer (duh :P)
    

    Step 2: --------------------------------------------------------------------------

    Get the alternate voices

    a) go here: http://www.microsoft.com/en-us/download/details.aspx?id=27224
    b) click "Download"
    c) select the voice files you want. They are the ones that have "TTS" in the file name. 
    

    There are 6 English (all female). I have not listened to the other languages, so I dont know how they sound. GB_Hazel and US_ZiraPro are IMO the better sounding voices.

    MSSpeech_TTS_en-CA_Heather
    MSSpeech_TTS_en-GB_Hazel
    MSSpeech_TTS_en-IN_Heera
    MSSpeech_TTS_en-US_Helen
    MSSpeech_TTS_en-US_ZiraPro
    MSSpeech_TTS_en-AU_Hayley
    
    d) run the installers for each (duh :P)
    

    Step 3: --------------------------------------------------------------------------

    Extract the registry tokens

    a) Open Regedit
    b) Under - HKEY_LOCAL_MACHINESOFTWAREMicrosoftSpeech Serverv11.0Voices - right click the "Tokens" folder and export. Save this file to your desktop as voices1.reg so it will be easy to find later.
    b) Under - HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftSpeech Serverv11.0Voices - right click "Tokens" and again export it, again to the desktop. Call it voices2.reg.
    

    Step 4: --------------------------------------------------------------------------

    Edit the voices1/2 files

    a) open Voices1.reg in Notepad.
    b) press "cntrl + H"
    c) enter Speech Serverv11.0 into the "Find What" field
    d) enter Speech into the "Replace With" field
    e) click "Replace All"
    f) Save File
    g) Repeat a-f with the Voices2.reg file
    

    Step 5: --------------------------------------------------------------------------

    Merge the new Registry files into your registry

    a) double click to "run" both Voices1.reg and Voices2.reg
    b) Click "Yes" when it prompts
    

    You should now have access to the new voices in Voice Attack, and in the Windows TTS options menu.

    This process may also work with other voice packs.

  • 相关阅读:
    【noip2011】选择客栈
    【noip2013】货车运输
    【bzoj3732】Network
    Codeforces 111C Petya and Spiders (状压dp)
    线段树优化 dijkstra (CF787D Legacy)
    Codeforces 908G Yet Another Maxflow Problem (最小割定理,线段树)
    IOI 2007 Sail (线段树+贪心)
    Codeforces 474E Pillars (树状数组+dp)
    Bzoj 3688 折线统计(dp+树状数组)
    Gorgeous Sequence (线段树)
  • 原文地址:https://www.cnblogs.com/qixue/p/4920662.html
Copyright © 2011-2022 走看看