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.

  • 相关阅读:
    面试题: !=!=未看12 略多 sql语句练习 非常 有用
    面试题--阿里
    LeetCode--Count Primes
    (转载)协方差的意义
    LeetCode--Isomorphic Strings
    LeetCode--Reverse Linked List(Java)
    JDBC连接数据库的过程
    (转载)Java中如何遍历Map对象的4种方法
    Ubuntu下Eclipse中运行Hadoop程序的参数问题
    Hadoop上配置Hbase数据库
  • 原文地址:https://www.cnblogs.com/qixue/p/4920662.html
Copyright © 2011-2022 走看看