1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
#
# (C)1997 J. Lemmens
# This file contains the command(s) for Text_To_Speech used
# by `jabt' or `screader'.
# (The command must read from standard input.)
#
# Rsynth version 1.5 1994/02/24
#`tr A-Z a-z | number2ascii | say`
#`number2ascii | mbrdico.american`
#`number2ascii | mbrdico.british`
#`number2ascii -n | mbrdico.dutch.male`
#`number2ascii -n | mbrdico.dutch.female`
#`hadifix`
#pipefilt | txt2pho | mbrola /opt/speech/mbrola/de1 - -.wav | bplay
# Uncomment the following command if you use a hardware speech synthesizer
# like the Accent cards.
# by Igor Kaplan <igork@hardlink.com>
#`cat > /dev/cua0` # or where the synthesizer is connected to.
# (9600 baud)
# or if you use a DoubleTalk.
# by Chris Peterson" <chrisp@citilink.com>
#`echo -e "\r\`cat\`\r" > /dev/dtlk`
# For the Dectalk PC driver uncomment the following line:
#`(cat; echo -ne "\000") > /dev/dtpc0`
# rsynth: version 1.13 1994/11/08
#`say.new`
# Festival Speech Synthesis System 1.1.1 beta January 1997
# Copyright (C) University of Edinburgh, 1996,1997. All rights reserved.
festival --tts # The festival TTS
# or if festival --server is executed
#festival_client.sh
# The server/client way of festival is somewhat quicker than the
# stand-alone way.
# FreeSpeech (C) 1984,1996 Steve Isard, Alistair Conkie
#`freephone`
# Alva Delphi / Apollo-2
#`(cat; echo -ne "\015") > /dev/cua0`
# End
|