This patch is part of a series of patches for speech-tools for Debian GNU/Linux, which primarily fix build errors with GCC 4.3 and newer. --- speech-tools-1.2.3.orig/speech_class/EST_wave_aux.cc +++ speech-tools-1.2.3/speech_class/EST_wave_aux.cc @@ -287,7 +287,7 @@ " endian)\n\n" "-iswap Swap bytes. (For use on an unheadered input file)\n\n" "-istype Sample type in an unheadered input file:\n" - " short, mulaw, byte, ascii\n\n" + " short, alaw, mulaw, byte, ascii\n\n" "-c Select a single channel (starts from 0). \n" " Waveforms can have multiple channels. This option \n" " extracts a single channel for progcessing and \n" @@ -318,7 +318,7 @@ " Intel, Alpha, DEC Mips, Vax are LSB \n" " (little endian)\n\n" "-oswap Swap bytes when saving to output\n\n"+ - "-ostype Output sample type: short, mulaw, byte or ascii\n\n"; + "-ostype Output sample type: short, alaw, mulaw, byte or ascii\n\n"; } Declare_TNamedEnum(EST_sample_type_t)