[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Typo in spd-conf?
From: |
Hynek Hanke |
Subject: |
Typo in spd-conf? |
Date: |
Mon, 11 Aug 2008 14:37:22 +0200 |
Hermann writes:
> Where is that script? I only found a script called config.py in
> /usr/share/pyshared/speechd_config, and the line with "test.wav" reads
> as follows:
>
>
Yes, this is the correct place.
> wavfile = paths.SPD_SOUND_DATA_PATH + "test.wav"
> So what's to correct, provided the script is the right one?
It should be:
wavfile = os.path.join(paths.SPD_SOUND_DATA_PATH, "test.wav")
With Regards,
Hynek Hanke