MaryTTS: Difference between revisions
Jump to navigation
Jump to search
Model links, releases, more info
(Performance metrik) |
(Model links, releases, more info) |
||
Line 17: | Line 17: | ||
== Models == | == Models == | ||
[ | Voice models can be downloaded via script from inside the release version or using these links: | ||
* [https://github.com/marytts/voice-bits1-hsmm/releases bits1-hsmm] - A female German hidden semi-Markov model voice | |||
* [https://github.com/marytts/voice-bits3-hsmm/releases/ bits3-hsmm] - A male German hidden semi-Markov model voice | |||
* [https://github.com/marytts/voice-cmu-slt-hsmm/ voice-cmu-slt-hsmm] (included) - A female US English hidden semi-Markov model voice | |||
* [https://github.com/marytts/voice-cmu-bdl-hsmm/releases/ cmu-bdl-hsmm] - A male US English hidden semi-Markov model voice | |||
* [https://github.com/marytts/voice-dfki-spike-hsmm/releases/ dfki-spike-hsmm] - A male British English hidden semi-Markov model voice | |||
* [https://github.com/marytts/voice-dfki-prudence-hsmm/releases/ dfki-prudence-hsmm] - A female British English hidden semi-Markov model voice | |||
* [https://github.com/marytts/voice-upmc-jessica-hsmm/releases/ upmc-jessica-hsmm] - A female French hidden semi-Markov model voice | |||
* ... | |||
[UNDER CONSTRUCTION] | |||
== Installation == | == Installation == | ||
Installation is super easy: | Installation is super easy: | ||
* Install Java 8 or 11 | * Install Java 8 or 11 (Debian: 'sudo apt-get install openjdk-11-jdk-headless') | ||
* Download the release ZIP file | * Download the release ZIP file: [https://github.com/marytts/marytts/releases v5.2 official] or [https://github.com/fquirin/marytts/releases v6.0 snpashot] | ||
* Extract and start the server | * Extract the ZIP and start the server (run scripts are in 'marytts\bin') | ||
By default you can access the server in your browser via: http://localhost:59125/ | By default you can access the server in your browser via: http://localhost:59125/ | ||
Line 31: | Line 42: | ||
== Performance == | == Performance == | ||
==== Mary-TTS - Voice: dfki-spike-hsmm en_GB ==== | ==== Mary-TTS - Voice: dfki-spike-hsmm en_GB ==== | ||
Sentence: "Hello this is a test" | * Test system: Raspberry Pi4 4GB | ||
* Sentence: "Hello this is a test" | |||
* Run-time: 0.33 s | |||
* Real-time-factor: 0.19 | |||
... | |||
[UNDER CONSTRUCTION] | |||
<references /> | <references /> | ||
[[Category:TTS]] | [[Category:TTS]] |