Pratt (www.praat.org) compile:

Need package: libmotif-dev  to compile praat
(or just libmotif3  to run praat)



Modifications to add  "Sound_to_Spectrogram2" function and button.
This analyses speech WAV file and produces a file: "spectrum.dat"
which can be loaded in  espeakedit  to show a sequence of time-slice
spectra.


add file:   fon/Sound_JSD.c

and
add to fon/makefile:  Sound_JSD.o

In file:   fon/praat_Sound_Init.c,

	add   FORM (Sound_to_Spectrogram2	after FORM (Sound_to_Spectrogram

	add   praat_addAction1(... DO_Sound_to_Spectrogram2 ...

	after ditto DO_Sound_to_Spectrogram
		

