diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2022-01-01 05:11:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-01 11:11:17 +0700 |
commit | a6a03cf77fa8a925ecd18c840c8a8f358e207fcc (patch) | |
tree | 189a664eec647df5f701b072ed466b8d966e56b1 /README.md | |
parent | 20df9c527b543aeef905c53550e5da44ee8c203f (diff) | |
download | epy-a6a03cf77fa8a925ecd18c840c8a8f358e207fcc.tar.gz |
Use mimic instead of pico2wave. (#44)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -87,21 +87,19 @@ But you can enable it by setting `MouseSupport` to `true` in config file. To get Text-to-Speech (TTS) support, you need to install these external dependencies: -- `pico2wave` (from `libttspico-utils` package (Ubuntu) or `svox-pico-bin` package (AUR)) -- `play` (from `sox` package) +- `mimic` package (AUR)) eg. ```shell $ # Ubuntu -$ apt install libttspico-utils sox +$ apt install mimic $ # Arch -$ yay -S svox-pico-bin -$ pacman -S sox +$ pacman -S mimic ``` -And then make sure `pico2wave` and `play` is in `$PATH`. +And then make sure `mimic` is in `$PATH`. ## Double Spread |