Browse Source

[Feature] Pico2wave with Doc

monf 8 years ago
parent
commit
ed3c5125d2
4 changed files with 25 additions and 3 deletions
  1. 1 1
      tts/acapela/README.md
  2. 3 1
      tts/googletts/README.md
  3. 20 0
      tts/pico2wave/README.md
  4. 1 1
      tts/voicerss/README.md

+ 1 - 1
tts/acapela/README.md

@@ -1,6 +1,6 @@
 ### Acapela
 
-this TTS is based on the [Acapela engine](http://www.acapela-group.com/)
+This TTS is based on the [Acapela engine](http://www.acapela-group.com/)
 
 | Parameters | Required | Default | Choices                                                                            | Comment                                                                     |
 |------------|----------|---------|------------------------------------------------------------------------------------|-----------------------------------------------------------------------------|

+ 3 - 1
tts/googletts/README.md

@@ -1,6 +1,8 @@
 ### Googletts
 
-this TTS is based on the [Google translate engine](http://translate.google.com/)
+This TTS is based on the [Google translate engine](http://translate.google.com/)
+
+
 | Parameters | Required | Default | Choices                                                                                     | Comment                                                                                                    |
 |------------|----------|---------|---------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|
 | language   | YES      |         | 103 languages (http://translate.google.com/about/intl/en_ALL/languages.html), example: "fr" | Language are identified with their ISO_639-1 codes (https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) |

+ 20 - 0
tts/pico2wave/README.md

@@ -0,0 +1,20 @@
+### Pico2wave
+
+This TTS is based on the SVOX picoTTS engine
+
+| Parameters | Required | Default | Choices      | Comment                                         |
+|------------|----------|---------|--------------|-------------------------------------------------|
+| language   | YES      |         | 6 languages  | List of supported languages in the Note section |
+| cache      | No       | TRUE    | True / False | True if you want to use the cache with this TTS |
+
+
+#### Notes :
+
+Supported languages : 
+
+Anglais en-US
+Anglais en-GB
+Français fr-FR
+Espagnol es-ES
+Allemand de-DE
+Italien it-IT

+ 1 - 1
tts/voicerss/README.md

@@ -1,6 +1,6 @@
 ### Voicerss
 
-this TTS is based on the [VoiceRSS engine](http://www.voicerss.org/)
+This TTS is based on the [VoiceRSS engine](http://www.voicerss.org/)
 
 | Parameters | Required | Default | Choices                                                                          | Comment                                         |
 |------------|----------|---------|----------------------------------------------------------------------------------|-------------------------------------------------|