diff options
author | neodarz <neodarz@neodarz.net> | 2017-06-20 19:03:17 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-06-20 19:03:17 +0200 |
commit | 6dbdf013628321f9996efe4a90eaa03b8a8875a4 (patch) | |
tree | 0d48ee911685c9170ee7750b5cc21e117918a5d5 /source/notes/2017-04-22-espeak-ng.md | |
parent | e11b17c3265cca97b244fa368391cdfe8dd182f0 (diff) | |
download | my_new_personal_website-6dbdf013628321f9996efe4a90eaa03b8a8875a4.tar.xz my_new_personal_website-6dbdf013628321f9996efe4a90eaa03b8a8875a4.zip |
Fork of wiki.neodarz.net
Diffstat (limited to '')
-rw-r--r-- | source/notes/2017-04-22-espeak-ng.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/source/notes/2017-04-22-espeak-ng.md b/source/notes/2017-04-22-espeak-ng.md new file mode 100644 index 00000000..c7c10dfe --- /dev/null +++ b/source/notes/2017-04-22-espeak-ng.md @@ -0,0 +1,33 @@ +--- +title: "espeak-ng" +date: 2017-04-22T09:14:00 +date_display: Apr 22, 2017 +--- + +Site web où trouver des voix: [http://www.tcts.fpms.ac.be/synthesis/mbrola/mbrcopybin.html](http://www.tcts.fpms.ac.be/synthesis/mbrola/mbrcopybin.html) + +# Installation de mbrola +```sh +http://www.tcts.fpms.ac.be/synthesis/mbrola/bin/pclinux/mbr301h.zip +``` + +# Installatin d'une voix +```sh +cd Downloads +unzip mbr301h.zip +sudo cp mbrola-linux-i386 /usr/bin/mbrola +http://www.tcts.fpms.ac.be/synthesis/mbrola/dba/en1/en1-980910.zip +unzip en1-980910.zip +cp en1/en1 /usr/share/mbrola/en1 +``` + +# Création d'une règle pour l'ajout d'une voix + +Faire un fichier comme /usr/share/espeak-data/voices/mb/mb-fr1 + +# Utilisation +```sh +espeak -v mb-en1 "Hello world" +``` + + |