|
From: Jonathan D. <jo...@js...> - 2007-07-07 17:54:56
|
On 07 Jul, Jonathan Duddington <jo...@js...> wrote: > I'm not sure what's wrong. > Your analysis in praat seems OK, because I can load your spectrum.dat > file into espeakedit and get the correct results which match your > original WAV file. The spectrum.dat file is a text file which contains numbers with decimal points. The effect which you got could occur if all these floating point numbers were read in as integers rather than floating point numbers. Are computer produced floating point numbers the same in France, with a dot? Or does that depend on the locale? If you edit the spectrum.dat file and replace all the dots by commas, does that make a difference? |