marytts / marytts-txt2wav

An example project demonstrating use of MaryTTS in a deliberately standalone application
Other
54 stars 27 forks source link

Set voice parameters for marytts server from python client #13

Open LunaCelestine opened 4 years ago

LunaCelestine commented 4 years ago

How can I set the voice parameters such as stadium effect etc from the python client? The client is able to query the http server, but its unclear as to what your query api is because there is next to zero documentation.

seblemaguer commented 4 years ago

if you have the server installed, the documentation is available here http://<server>:<port>/documentation.html

For adding an effect, you have to modify the variable query_hash to match the synthesis request you want as explained in the "Synthesis requests" section of the previously mentioned documentation.