-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
mumble-1.2.4 and speech-dispatcher-0.7.1: speech-dispatcher can not find modules #1287
Comments
Hi, I did some research. So basically the speech-dispatcher is broken because there are no modules to call so no festival or espeak module. There is an easy fix that disable the speech-dispatcher support from mumble. For me personally this is a minor feature. |
Hmm seems that the espeak module is broken in speech-dispacher. Because the module config file points to the espeak executable as it would be in the env. Once I replace it to the full path the speech-dispatcher can connect to the espeak but returns an error.
I will make pull req that removes the text to speech support in mumble. Just to make it workable. |
Hi, I am experiencing issues with mumble. The problem is that when I start mumble the speech-dispatcher starts speaking/playing that it can't load the modules. This makes mumble unusable because I want to talk to people. The problem is that mumble automagicaly loads the speech dispatcher. Which is responsible for the text to speech if a user sends a text message. Disabling text to speech in mumble does not help because speech dispatcher is initialized before that. The issue to the core problem is to fix speech dispatcher and build it with at least one of the modules. See NixOS#1287
+1 On Sun, Jan 26, 2014 at 10:03 PM, Andraz Brodnik
|
When I start mumble the dummy module starts speaking that speech-dispatcher can't find any other modules that the dummy module. Which makes mumble unusable.
I think that the problem is that the speech-dispatcher module bins are missing.
The text was updated successfully, but these errors were encountered: