TTS: Difference between revisions
Jump to navigation
Jump to search
(Created page with "TTS (Text To Speech) ==CLI== ===Mac OS=== <pre> say bonjour, tu vas bien ? </pre> ==API== ===Voxygen=== * http://voxygen.fr/fr") |
(→Mac OS) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
==CLI== |
==CLI== |
||
===Mac OS=== |
===Mac OS=== |
||
say -v "voice name" "text to say" |
|||
<pre> |
<pre> |
||
say bonjour, tu vas bien ? |
say bonjour, tu vas bien ? |
||
</pre> |
</pre> |
||
===Linux=== |
|||
<pre> |
|||
??? |
|||
</pre> |
|||
===Windows=== |
|||
<pre> |
|||
??? |
|||
</pre> |
|||
==API== |
==API== |
||
===Voxygen=== |
===[http://voxygen.fr/fr Voxygen]=== |
||
* http://voxygen.fr/ |
* http://ws.voxygen.fr/documentation.html |
||
Latest revision as of 16:05, 24 February 2014
TTS (Text To Speech)
CLI
Mac OS
say -v "voice name" "text to say"
say bonjour, tu vas bien ?
Linux
???
Windows
???