-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add config options for TTS engine (+ MaryTTS support) #229
Conversation
@crm416 @shbhrsaha Can you test this, too? |
Sure thing-- apologies we had midterms this week! Will update this and the other PR early next week Shubhro On Wed, Oct 22, 2014 at 12:16 PM, Jan Holthuis notifications@github.com
|
Sorry for the wait. After much re-imaging and trying different machines, it seems like something's wrong with my Pi since I cannot SSH into it :( @crm416 can test it this weekend when he's back with his Pi, will update again then! Awesome work! Anxious to get this and #219 merged in soon after we test |
No problem. Your exams have a higher priority ;) Anyway, I'm already workung in an audio engine that should make it easier to playback/capture sound and let us have all pyaudio specific code in one place. I stopped working on it until these PRs have been merged to avoid git rebase hell. |
Thank you for understanding. Just tested this out-- works great! Good to merge. |
Add config options for TTS engine (+ MaryTTS support)
i am testing latest jasper and marytts, however not working. could you please tell me the steps |
Please use the forum for questions, this is not a code issue. @Vidhyadharantechdays |
This makes TTS engines have config options (e.g.
pitch_adjustment
orwords_per_minute
for Espeak TTS).It also adds support for MaryTTS. An online demo can be found here. I set
en_GB
/dfki-spike
as default voice, because it actually makes you feel like you have a british butler. ;-)