(exerpt from README file included with Sound Blaster discs) B. VSR.EXE This program generates a new voice file with a different sampling rate from the original. Usage: VSR source-filename target-filename /Rnn [/Pnn] [/O] where: /Rnn : nn is the new sampling rate in percentage /Pnn : nn is the I/O port address, 210, 220....260 /O : to output the voice after the change eg. VSR frogs.voc new.voc /R120 C. TRIM.EXE This program trims the leading and trailing silence of a voice file. Usage: TRIM source-filename target-filename [/Tnn] where: /Tnn : nn is the treshold value (T=2 by default) eg. TRIM tv4.voc newtv4.voc