The wav file in question is actually located in the python-speechd
package. The code that addresses the wav file however is incorrect.

Unfortunately this is not likely to qualify for a stable release update,
as it is a very minor fix that doesn't affect the overall package. If
you want to fix it yourself, open up
/usr/share/pyshared/speechd_config/config.py and find this line:

wavfile = paths.SPD_SOUND_DATA_PATH + "test.wav"

You want to replace it with this:

wavfile = os.path.join(paths.SPD_SOUND_DATA_PATH,"test.wav")

Things should work once this change is made.

** Changed in: speech-dispatcher (Ubuntu)
       Status: New => Won't Fix

-- 
"Failed to open file '/usr/share/sounds/speech-dispatchertest.wav'"
https://bugs.launchpad.net/bugs/416088
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to