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

ru_tts - software Russian TTS engine

Author

       Igor B. Poretsky <poretsky@mlbox.ru>.

                                                 August 19, 2021                                       RU_TTS(1)

Description

       This manual page documents briefly the ru_tts and ru_speak commands.

       ru_tts  is a program that takes Russian text in koi8-r charset on its standard input and produces digital
       sound stream in the raw linear signed 8-bit 10 kHz format on the standard output.

       Symbols ‘+’ and ‘=’ immediately after a vowel in input text are treated as strong and  weak  stress  sign
       respectively.

       ru_speak  is a simple wrapper around ru_tts. It takes Russian text on its standard input, convert it into
       the spoken speech and plays produced sound via play utility from the sox package. It accepts  input  text
       in the current locale's character encoding taking care of proper recoding.

Name

       ru_tts - software Russian TTS engine

Numbers Interpretation Control Options

       By  default point and comma inside a number both are interpreted as decimal separator. But this behaviour
       can be changed.

       -d.
              Only point should be treated as decimal separator.

       -d,
              Only comma should be treated as decimal separator.

       -d-
              Disable decimal separators treating. In that case integer and fractional parts will be interpreted
              as two distinct integer numbers.

Options

       Both programs recognize the same set of options that for convenience can be divided onto several groups.

Other Options

-v
              Show program name and version.

       -h
              Show summary of options.

See Also

sox(1), aplay(1), lexholder-ru(1).

Speech Control Options

       These options affect general speech parameters. The most of them accept numeric value as an argument. All
       numeric  values  serve  as factors applied to a default level of the corresponding parameter.  Thus, they
       must be positive numbers and the default value  is  1.0.   Greater  value  proportionally  increases  the
       parameter level, lesser value proportionally decreases it.  Reasonable value range for various options is
       different, but any out of range value will be automatically reduced to the acceptable range.

       -rvalue
              Set speech rate factor. Reasonable value range is from 0.2 up to 5.0.

       -pvalue
              Set voice pitch factor. Reasonable value range is from 0.5 up to 3.0.

       -evalue
              Set  speech  emotionality  factor.  Reasonable value range is from 0.0 (absolutely monotone speech
              without intonations) up to 1.4.

       -gvalue
              Set interclause gaps duration factor. If this  value  is  immediately  prepended  by  one  of  the
              following  punctuations  ‘,’, ‘.’, ‘;’, ‘:’, ‘?’, ‘!’, the factor will be applied only to the gaps
              implied by that punctuation. If the value is  prepended  by  symbol  ‘-’,  it  will  be  used  for
              intonational  gaps not caused by any punctuation. Otherwise all interclause gaps will be affected.
              Use this option several times to adjust various gaps. Lower boundary of the reasonable value range
              is always 0.0, but the upper one greatly depends on the value prepending symbol and actual  speech
              rate.

       -a
              Use an alternative (female) voice instead of the default one.

Synopsis

ru_tts [options]
       ru_speak [options]

See Also