logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

text2wave - convert text to .wav files

Author

       Alan W Black, Richard Caley and Paul Taylor
       (C) Centre for Speech Technology Research, 1996-1998
       University of Edinburgh
       80 South Bridge
       Edinburgh EH1 1HN
       http://www.cstr.ed.ac.uk/projects/festival.html

                                                  6th Apr 1998                                      TEXT2WAVE(1)

Bugs

       More than you can imagine.

       A manual with much detail (though not complete) is available in distributed as part of the system and  is
       also accessible at
       http://www.cstr.ed.ac.uk/projects/festival/manual/

       Although we cannot guarantee the time required to fix bugs, we would appreciated it if they were reported
       to
       festival-bug@cstr.ed.ac.uk

Description

       This  script  is  part of the festival text-to-speech system.  It is a wrapper for festival's Scheme code
       for easy usage in TTS scripts.

Name

       text2wave - convert text to .wav files

Options

-modestring
              Explicit tts mode.

       -oofile
              File to save waveform to.
              The default is stdout.-otypestring
              Output waveform type: alaw, ulaw, snd, aiff, riff, nist etc.
              The default is riff.-finteger
              Output frequency.

       -scalefloat
              Volume factor.

       -evalstring
              File or lisp s-expression to be evaluated before synthesis.

Synopsis

text2wave[options] < text > sound.wav

See Also