

README	Blurb about cook
BUILDING	Instructions how to build, test and install cook
CHANGES	Change history of this release of cook
LICENSE	
MANIFEST	This file
Makefile	Instructions to make(1) how to build and test cook
audio/audio.c	 functions to use workstation's speaker
audio/audio.h	 interface definition for audio/audio.c
aux/BUILDING.man	 source of the BUILDING file
aux/CHANGES.sh	 shell script to generate CHANGES file
aux/Howto.cook	 instructions to cook(1), how to build project
aux/MANIFEST.sh	 shell script to generate the MANIFEST file
aux/Makefile.awk	 helper file for generating Makefile file
aux/Makefile.sh	 shell script to generate Makefile file
aux/README.man	 source of the README file
aux/patches.sh	 shell script to generate the patch file
common/ansi.c	
common/arglex.c	 functions to perform lexical analysis on command line arguments
common/arglex.h	 interface definition for arglex.c
common/error.c	 functions to report errors
common/error.h	 interface definition for error.c
common/frame.c	 functions to manipulate parameter frames
common/frame.h	 interface definition for common/frame.c
common/help.c	 functions to provide consistent -Help behaviour
common/help.h	 interface definition for comon/help.c
common/main.h	 common defined, including DEBUG define
common/mem.c	 functions to manipulate dynamic memory
common/mem.h	 interface definition for common/mem.c
common/patchlevel.h	The patch level of this distribution.
common/s-v-arg.h	 insulation from varargs.h versus stdarg.h incompatibilities
common/trace.c	
common/trace.h	 interface definition for common/trace.c
common/version.c	 functions to report version
common/version.h	 interface definition for common/version.c
config	 instructions to aegis, per-project configuration
english/english.c	 functions to translate english to phonemes
english/english.h	 interface definition for english/english.c
english/phoneme.c	 functions to scan translation table
english/phoneme.h	 interface definition for english/phoneme.c
english/rules.c	 tables to map english to phonemes
english/rules.h	 interface definition for english/rules.c
english/saynum.c	
english/saynum.h	 interface definition for english/saynum.c
english/spellword.c	
english/spellword.h	 interface definition for SPELLWORD.c
klatt/klatt.c	 functions to mainipluate klatt data
klatt/klatt.h	 interface definition for klatt/klatt.c
klatt/parwave.c	 functions to translate frames into waveforms
klatt/parwave.h	 interface definition for klatt/parwave.c
klatt/r250.c	 functions to implement a 32bit parallel period 2^250 PBRS
klatt/r250.h	 interface definition for klatt/r250.c
man1/recite.1	 manual page describing recite command
phonemes/features.c	
phonemes/features.h	 interface definition for phonemes/features.c
phonemes/fricatives.c	
phonemes/fricatives.h	 interface definition for phonemes/fricatives.c
phonemes/phonemes.c	 functions to conver phonmes to klatt
phonemes/phonemes.h	 interface definition for phonemes/phonemes.c
phonemes/plosives.c	
phonemes/plosives.h	 interface definition for phonemes/plosives.c
phonemes/rules.c	 functions to translate phonemes to frames
phonemes/rules.h	 interface definition for phonemes/rules.c
phonemes/sonorants.c	
phonemes/sonorants.h	 interface definition for phonemes/sonorants.c
phonemes/var.c	 variable instances
phonemes/var.h	 interface definition for phonemes/var.c
phonemes/vowel.c	
phonemes/vowel.h	 interface definition for phonemes/vowel.c
recite/file.c	 functions to access binary files
recite/file.h	 interface definition for recite/file.c
recite/main.c	 interface definition for recite/file.c
test/00/t0001a.sh	 Test the english_to_phonemes functionality
test/00/t0002a.sh	 Test the phonemes to frames translation
test/00/t0003a.sh	 Test the klatt to sound translations
