Introduction

This page describes how AlexisHuxley installed TextAloud under Wine. Order was very important!

Procedure

  1. Run:

    winecfg 
    and set the default OS to 'Windows ME'.
  2. Run:

    msiexec /i Microsoft-English-TTS-51.msi  
  3. Run:

    wine speakoniasetup-1.0.exe 

    and install into C:\Program Files\TextAloud\speakonia

  4. Run:

    wine Text_Aloud_2195.exe 

    and install into C:\Program Files\TextAloud\TextAloud

  5. Run:

    wine Kate3.exe 

    and install into C:\Program Files\TextAloud\Kate

  6. Run:

    wine Paul3.exe 

    and install into C:\Program Files\TextAloud\Paul

  7. Run:

    wine Audrey16bu.exe 

    and install into C:\Program Files\TextAloud\ATTNatural

  8. Run:

    wine Crystal16dr.exe 

    and install into C:\Program Files\TextAloud\ATTNatural

  9. Run:

    wine Mike16ni.exe 

    and install into C:\Program Files\TextAloud\ATTNatural

  10. Store this icon in a suitable place (e.g. ~/.wine/Program Files/TextAloud/TextAloud

  11. I prefer to move stuff out of ~/.wine/Program Files and into ~/opt/Windows, so run:

    cd ~/.wine/drive_c/Program\ Files/
    mv Microsoft-English-TTS-51 TextAloud ~/opt/Windows/
    ln -s ../../../opt/Windows/Microsoft-English-TTS-51
    ln -s ../../../opt/Windows/TextAloud 
  12. Set up a menu item or alias or wrapper script to run:

    sh -c 'wine ~/.wine/drive_c/Program\ Files/TextAloud/TextAloud/TextAloudMP3' 

    (Use of sh -c '...' will ensure tilde and backslash expansion is handled correctly.)

  13. Run TextAloud from the the just-added menu item and:

    1. enter the registration code of your purchase
    2. disable tips at startup
    3. verify that all expected voices are present on the pull-down menu
    4. blank the text
    5. from the 'Options' menu, select 'TextAloud Options', on the 'Article Options' tab, unset 'Generate default article titles'

    6. from the 'Options' menu, select 'TextAloud Options', on the 'Miscellaneous' tab, set the default voice to 'Neospeech Kate 16k' and disable the showing of the splash screen at startup

    7. from the 'Options' menu, select 'Voices and File Options', on the 'File Options' tab, set 'Audio File Format' to 'MP3' and set 'Bit / Sample Rate' to '112 kbs 44.10 kHz Mono', set 'Write File Speed' to '150x' (the maximum), set 'Audio Output Directory' to 'H:\'
    8. quit out of TextAloud and when prompted if you want to fill in the survey, select 'Never'.

  14. Rerun TextAloud and verify that the correct default voice is shown.

  15. Close TextAloud and when prompted whether to close to system tray or close properly, select to close properly and not to be prompted about this again.

See also


CategoryProcedure

InstallingTextAloud (last edited 2010-05-30 16:08:28 by AlexisHuxley)