diff options
author | benadha <benawiadha@gmail.com> | 2022-01-01 16:56:52 +0700 |
---|---|---|
committer | benadha <benawiadha@gmail.com> | 2022-01-01 16:56:52 +0700 |
commit | b3354651dbca28a1fe29c717920f360d99ebe516 (patch) | |
tree | 4cc5db778adc77f5393a22ea2e559fc3a58af0bb /README.md | |
parent | a6a03cf77fa8a925ecd18c840c8a8f358e207fcc (diff) | |
download | epy-b3354651dbca28a1fe29c717920f360d99ebe516.tar.gz |
Added SpeakerBaseModel as TTS engine wrapper
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 4 insertions, 13 deletions
@@ -85,21 +85,12 @@ But you can enable it by setting `MouseSupport` to `true` in config file. ## Text-to-Speech -To get Text-to-Speech (TTS) support, you need to install these external dependencies: +To get Text-to-Speech (TTS) support, external TTS engine is necessary. -- `mimic` package (AUR)) +List of supported engines: -eg. - -```shell -$ # Ubuntu -$ apt install mimic - -$ # Arch -$ pacman -S mimic -``` - -And then make sure `mimic` is in `$PATH`. +- `mimic` +- `pico2wave` ## Double Spread |