Tuesday, July 17, 2012
Cannot open file wav/".wav as tokenstream
Error: PM_WAVE
Cannot open file wav/".wav as tokenstream
Wave load: can't open file "wav/".wav"
Cannot recognize file format or cannot access file: "wav/".wav"
Cannot open file tmp1835.wav as tokenstream
Wave load: can't open file "tmp1835.wav"
Cannot recognize file format or cannot access file: "tmp1835.wav"
Solution:
riff headers are not as standardized as you might think and there are new things added that make previous versions of code fail to read teh .wav files (this is true of some Microsoft code too).
What you need to do is convert your .wav files to something with a more standard .riff header. The unix program sox can (usually) do this.
Source: http://permalink.gmane.org/gmane.science.tts.festival/3372
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment