#
# (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
