VTSpec program for a simple articulatory model with sound playback. Requires Java 1.4 or later -- invoke java -jar VTSpec.jar from command line. Requires download of vocspec.dll for Windows, download libvocspec.so for Linux. A Mac OS X version is "in the works."
vocspec.dll -- download into same directory as VTSpec.jar to run under Windows.
libvocspec.so -- download into same directory as VTSpec.jar to run under Linux. You may need to invoke
javac -Djava.library.path=. -jar VTSpec.jar
to get Linux to find libvocspec.so in the current directory.
PlottoEPS.class -- download into same directory as VTSpec.jar along with .jar files from FreeHEP VectorGraphics to implement saving plots as .eps files.