[don't know how to delete the post]

--------------------

This post to list what we can do with the MaryTTS service in MRL.

I just discover it, there is a lot of interresting things

AudioEffets ( great tool to tweak the voice ) :

mouth.setAudioEffects() ->

Robot
Whisper
F0Scale
F0Add
Rate
Whisper
Stadium
Chorus
FIRFilter
JetPilot

Download voices

installSelectedLanguagesAndVoices() ->

Not tested , I don't know what is the syntaxe of the string

 

This post will be completed , if you have informations too it will be great !

MaVo

7 years 11 months ago

Download of voices isn't possible within MRL currently ! (09.12.2016)

I'm looking into it right now, but don't rely that it's going to be finished fast.

 

The best place to experiment with voice (& effects) is MaryTTS's web interface -> http://mary.dfki.de:59125

maryspeech.setAudioEffects(String effects)

The notation for voice effects:
"Effect1(param1=value1,param2=value2)+Effect2"

Some voice effects examples thankfully provided by MaryTTS:
"FIRFilter+Robot(amount=50)"
"Robot(amount=100)+Chorus(delay1=866, amp1=0.24, delay2=300, amp2=-0.40,)"
"Robot(amount=80)+Stadium(amount=50)"
"FIRFilter(type=3,fc1=6000, fc2=10000) + Robot"
"Stadium(amount=40) + Robot(amount=87) + Whisper(amount=65)+FIRFilter(type=1,fc1=1540;)++"

 

Another maybe helpful link -> http://myrobotlab.org/content/marytts-multi-language-support