Offline end-to-end text to speech system using gruut and onnx (architecture). There are 50 voices available across 9 languages.
curl https://raw.githubusercontent.com/rhasspy/larynx/master/docker/larynx-server \
> ~/bin/larynx-server && chmod +755 ~/bin/larynx-server
larynx-server
Visit http://localhost:5002 for the test page. See http://localhost:5002/openapi/ for HTTP endpoint documentation.
Larynx's goals are:
- "Good enough" synthesis to avoid using a cloud service
- Faster than realtime performance on a Raspberry Pi 4 (with low quality vocoder)
- Broad language support (9 languages)
- Voices trained purely from public datasets
You can use Larynx to:
- Host a text to speech HTTP endpoint
- Synthesize text on the command-line
- Read a book to you
Listen to voice samples from all of the pre-trained voices.
Pre-built Docker images are available for the following platforms:
linux/amd64
- desktop/laptop/serverlinux/arm64
- Raspberry Pi 64-bitlinux/arm/v7
- Raspberry Pi 32-bit
These images include a single English voice, but many more can be downloaded from within the web interface.
The larynx and larynx-server shell scripts wrap the Docker images, allowing you to use Larynx as a command-line tool.
To manually run the Larynx web server in Docker:
docker run \
-it \
-p 5002:5002 \
-e "HOME=${HOME}" \
-v "$HOME:${HOME}" \
-v /etc/ssl/certs:/etc/ssl/certs \
-w "${PWD}" \
--user "$(id -u):$(id -g)" \
rhasspy/larynx
Downloaded voices will be stored in ${HOME}/.local/share/larynx
.
Visit http://localhost:5002 for the test page. See http://localhost:5002/openapi/ for HTTP endpoint documentation.
Pre-built Debian packages are available for download with the name larynx-tts_<VERSION>_<ARCH>.deb
where ARCH
is one of amd64
(most desktops, laptops), armhf
(32-bit Raspberry Pi), and arm64
(64-bit Raspberry Pi)
Example installation on a typical desktop:
sudo apt install ./larynx-tts_0.5.0_amd64.deb
From there, you may run the larynx
command or larynx-server
to start the web server (http://localhost:5002).
Start by creating a virtual environment:
python3 -m venv larynx_venv
source larynx_venv/bin/activate
pip3 install --upgrade pip
pip3 install --upgrade wheel setuptools
Next, install larynx (with a reference to a supplementary pip repo for the 32-bit ARM onnxruntime wheel):
pip3 install -f 'https://synesthesiam.github.io/prebuilt-apps/' larynx
Then run larynx
or larynx.server
for the web server. You may also execute the Python modules directly with python3 -m larynx
and python3 -m larynx.server
.
For 32-bit ARM systems, a pre-built onnxruntime wheel is available (official 64-bit wheels are available in PyPI).
Voices and vocoders are automatically downloaded when used on the command-line or in the web server. You can also manually download each voice. Extract them to ${HOME}/.local/share/larynx/voices
so that the directory structure follows the pattern ${HOME}/.local/share/larynx/voices/<language>,<voice>
.
Larynx has a flexible command-line interface, available with:
- The larynx script for Docker
- The
larynx
command from the Debian package larynx
orpython3 -m larynx
for Python installations
larynx -v <VOICE> "<TEXT>" > output.wav
where <VOICE>
is a language name (en
, de
, etc) or a voice name (ljspeech
, thorsten
, etc). <TEXT>
may contain multiple sentences, which will be combined in the final output WAV file. These can also be split into separate WAV files.
To adjust the quality of the output, use -q <QUALITY>
where <QUALITY>
is "high" (slowest), "medium", or "low" (fastest).
If your text is very long, and you would like to listen to it as its being synthesized, use the --raw-stream
option:
larynx -v en --raw-stream < long.txt | aplay -r 22050 -c 1 -f S16_LE
Each input line will be synthesized and written the standard out as raw 16-bit 22050Hz mono PCM. By default, 5 sentences will be kept in an output queue, only blocking synthesis when the queue is full. You can adjust this value with --raw-stream-queue-size
. Additionally, you can adjust --max-thread-workers
to change how many threads are available for synthesis.
If your long text is fixed-width with blank lines separating paragraphs like those from Project Gutenberg, use the --process-on-blank-line
option so that sentences will not be broken at line boundaries. For example, you can listen to "Alice in Wonderland" like this:
curl --output - 'https://www.gutenberg.org/files/11/11-0.txt' | \
larynx -v ek --raw-stream --process-on-blank-line | aplay -r 22050 -c 1 -f S16_LE
With --output-dir
set to a directory, Larynx will output a separate WAV file for each sentence:
larynx -v en 'Test 1. Test 2.' --output-dir /path/to/wavs
By default, each WAV file will be named using the (slightly modified) text of the sentence. You can have WAV files named using a timestamp instead with --output-naming time
. For full control of the output naming, the --csv
command-line flag indicates that each sentence is of the form id|text
where id
will be the name of the WAV file.
cat << EOF |
s01|The birch canoe slid on the smooth planks.
s02|Glue the sheet to the dark blue background.
s03|It's easy to tell the depth of a well.
s04|These days a chicken leg is a rare dish.
s05|Rice is often served in round bowls.
s06|The juice of lemons makes fine punch.
s07|The box was thrown beside the parked truck.
s08|The hogs were fed chopped corn and garbage.
s09|Four hours of steady work faced us.
s10|Large size in stockings is hard to sell.
EOF
larynx --csv --voice en --output-dir /path/to/wavs
With no text input and no output directory, Larynx will switch into interactive mode. After entering a sentence, it will be played with --play-command
(default is play
from SoX).
larynx -v en
Reading text from stdin...
Hello world!<ENTER>
Use CTRL+D
or CTRL+C
to exit.
If you want more control over a word's pronunciation, you can enable inline pronunciations in your sentences with the --inline
flag. There are two different syntaxes, with different purposes:
- Brackets -
[[ p h o n e m e s ]]
- Curly Braces -
{{ words with s{eg}m{ent}s }}
The "brackets" syntax allows you to directly insert phonemes for a word. See gruut-ipa for the list of phonemes in your desired language. Some substitutions are automatically made for you:
- Primary and secondary stress can be given with the apostrophe (
'
) and comma (,
) - Elongation can be given with a colon (
:
) - Ties will be added, if necessary (e.g.,
tʃ
becomest͡ʃ
)
The "curly brackets" syntax lets you sound out a word using other words (or segments of other words). For example, "Beyoncé" could be written as directly with phonemes as [[ b ˈi j ˈɔ n s ˈeɪ ]]
. A more natural way, however, is to use a combination of words: {{ bee yawn say }}
. From the curly brackets, Larynx will look up each word's pronunciation in the lexicon (or guess it), and combine all of the resulting phonemes. You may include phonemes inside the curly brackets as well with the syntax /p h o n e m e s/
alongside other words.
An even more useful aspect of the "curly brackets" syntax is using word segments. For most words in its lexicons, Larynx has an alignment between its graphemes and phonemes. This enables you do insert partial pronunciations of words, such as the "zure" in "azure", with a{zure}
. You can even have multiple segments from a single word! For example, {{ {mic}roph{one} }}
will produce phonemes sounding like "mike own".
Phonemes example:
larynx -v en --inline "[[ b ˈi j ˈɔ n s ˈeɪ ]]" | aplay
Words example:
larynx -v en --inline '{{ bee yawn say }}' | aplay
Multiple word segments example:
# raxacoricofallipatorius
larynx -v en --inline '{{ racks uh core {i}t {co}de {fall}{i}ble {pu}n tore s{ee} us }}' | aplay
Use the --lexicon
option to larynx
and larynx-server
to include a file with your custom word pronunciations (for larynx-server
add a lexicon for each language with --lexicon <LANGUAGE> <LEXICON>
). The format of the lexicon file is:
word phoneme phoneme ...
word phoneme phoneme ...
Using the example from above, you could have:
beyoncé b ˈi j ˈɔ n s ˈeɪ
The inline pronunciation format is supported here, so may also have entries like this:
beyoncé {{ bee yawn say }}
The GlowTTS voices support two additional parameters:
--noise-scale
- determines the speaker volatility during synthesis (0-1, default is 0.333)--length-scale
- makes the voice speaker slower (> 1) or faster (< 1)
--denoiser-strength
- runs the denoiser if > 0; a small value like 0.005 is a good place to start.
larynx --list
To use Larynx as a drop-in replacement for a MaryTTS server (e.g., for use with Home Assistant), run:
docker run \
-it \
-p 59125:5002 \
-e "HOME=${HOME}" \
-v "$HOME:${HOME}" \
-v /etc/ssl/certs:/etc/ssl/certs \
-w "${PWD}" \
--user "$(id -u):$(id -g)" \
rhasspy/larynx
The /process
HTTP endpoint should now work for voices formatted as <LANG>
or <VOICE>
, e.g. en
or harvard
.
You can specify the vocoder quality by adding ;<QUALITY>
to the MaryTTS voice where QUALITY
is "high", "medium", or "low".
For example: en;low
will use the lowest quality (but fastest) vocoder. This is usually necessary to get decent performance on a Raspberry Pi.
- GlowTTS (50 voices)
- English (
en-us
, 27 voices)- blizzard_fls (F, accent, Blizzard)
- blizzard_lessac (F, Blizzard)
- cmu_aew (M, Arctic)
- cmu_ahw (M, Arctic)
- cmu_aup (M, accent, Arctic)
- cmu_bdl (M, Arctic)
- cmu_clb (F, Arctic)
- cmu_eey (F, Arctic)
- cmu_fem (M, Arctic)
- cmu_jmk (M, Arctic)
- cmu_ksp (M, accent, Arctic)
- cmu_ljm (F, Arctic)
- cmu_lnh (F, Arctic)
- cmu_rms (M, Arctic)
- cmu_rxr (M, Arctic)
- cmu_slp (F, accent, Arctic)
- cmu_slt (F, Arctic)
- ek (F, accent, M-AILabs)
- harvard (F, accent, CC/Attr/NC)
- kathleen (F, CC0)
- ljspeech (F, Public Domain)
- mary_ann (F, M-AILabs)
- northern_english_male (M, CC/Attr/SA)
- scottish_english_male (M, CC/Attr/SA)
- southern_english_female (F, CC/Attr/SA)
- southern_english_male (M, CC/Attr/SA)
- judy_bieber (F, M-AILabs)
- German (
de-de
, 7 voices) - French (
fr-fr
, 3 voices) - Spanish (
es-es
, 2 voices)- carlfm (M, public domain)
- karen_savage (F, M-AILabs)
- Dutch (
nl
, 4 voices) - Italian (
it-it
, 2 voices) - Swedish (
sv-se
, 1 voice)- talesyntese (M, CC0)
- Swahili (
sw
, 1 voice)- blblia_takatifu (M, Sermon Online)
- Russian (
ru-ru
, 3 voices)
- English (
- Tacotron2
- Coming someday
- Hi-Fi GAN
- Universal large (slowest)
- VCTK "small"
- VCTK "medium" (fastest)
- WaveGlow
- 256 channel trained on LJ Speech
The following benchmarks were run on:
- Core i7-8750H (
amd64
) - Raspberry Pi 4 (
aarch64
) - Raspberry Pi 3 (
armv7l
)
Multiple runs were done at each quality level, with the first run being discarded so that cache for the model files was hot.
The RTF (real-time factor) is computed as the time taken to synthesize audio divided by the duration of the synthesized audio. An RTF less than 1 indicates that audio was able to be synthesized faster than real-time.
Platform | Quality | RTF |
---|---|---|
amd64 | high | 0.25 |
amd64 | medium | 0.06 |
amd64 | low | 0.05 |
-------- | ------- | --- |
aarch64 | high | 4.28 |
aarch64 | medium | 1.82 |
aarch64 | low | 0.56 |
-------- | ------- | --- |
armv7l | high | 16.83 |
armv7l | medium | 7.16 |
armv7l | low | 2.22 |
See the benchmarking scripts in scripts/
for more details.
Larynx breaks text to speech into 4 distinct steps:
- Text to IPA phonemes (gruut)
- Phonemes to ids (
phonemes.txt
file from voice) - Phoneme ids to mel spectrograms (glow-tts)
- Mel spectrograms to waveforms (hifi-gan)
Voices are trained on phoneme ids and mel spectrograms. For each language, the voice with the most data available was used as a base model and fine-tuned.