1. Sound Chop Tool
    2. Audio ToolBox allows you to record a continuous stream of prompts into a single file, and then automatically break the single file into individual files. SndChp separates a single file into individual files using periods of silence as separators. The resulting individual files can then be converted, volume normalized, and packed using other Audio ToolBox utilities.

      1. When Would You Use Sound Chop?
      2. Suppose that you need to record the numbers from one to one hundred. Rather than starting and stopping the recording process each time, you can simply record all the numbers into a single file ¾ leaving a few seconds of silence between each value ¾ and then use the sound chop tool to separate, crop silence, and store each message into a separate file numbered from one to one hundred.

        The following sections refer to options as seen on the ToolBox Apprentice screen. If you prefer to use Audio ToolBox from the DOS environment, and not use ToolBox Apprentice, simply skip to the section "Sound Chop Command Line Options".

      3. Sound Chop Source Audio File
      4. The Sound Chop Source Audio File field allows you to type in your desired source file; you can also choose a source file by using the Browse Button (making sure that your cursor is positioned in the Source Audio File field before clicking the Browse Button).

        1. File Data Type and File Frequency
        2. Use this settings to specify the data type and frequency for your source audio file. Audio ToolBox supports many different file types and data formats. You may need to review information provided by your system vendor to determine which one is best for your particular needs. For a detailed discussion on file data types and frequencies, please refer to Error! Reference source not found., Error! Reference source not found., page *.

        3. Files Chopped with the Wrong File Type
        4. If you chop a file with the wrong File Data Type Audio ToolBox will try to detect this condition and report an error. Some data types, however, cannot be accurately detected and the file will be interpreted as "constant sound", i.e., static. Sometimes, however, the file be interpreted as normal but with sections of "static" at the beginning, end, and possibly intermixed. This "static" is actually header and format information being read as audio data, and will be treated as sound and possibly placed into a separate file. Simply re-chop the file with the proper file data type.

          Since Audio ToolBox supports many different file data types, you may need to review information provided by your system vendor to determine which one will work for you.

        5. Files Chopped with the Wrong Frequency

        If you chop a file with the wrong Frequency, the file processing will usually sound normal, but the various processing parameters (expressed in seconds) will be shifted. In most cases, these discrepancies will have little noticeable effect (slightly larger or smaller regions of silence at the beginning or end, measured in hundredths of a second). For best results, however, you should review information provided by your system vendor to determine the correct frequency for your particular application.

      5. Sound Chop Options
      6. These options let you specify additional parameters to your sound chop command line so you can more accurately control the result.

        1. Sound Chop Destination File Extension
        2. Sound chop produces numbered files such as "0000.Vox", "0001.Vox", etc. Use this parameter to change the ".Vox" file extension name.

        3. Sound Chop Guard Time
        4. The guard time parameter sets the amount of time to leave at either end of chopped sound segments. Increase the guard time for more silence at the beginning and end, decrease for less time.

        5. Sound Chop File Name Offset
        6. Sound chop produces numbered files such as "0000.Vox", "0001.Vox", from 0 to the total number of file sound sections. Use this parameter to change the starting count value to produce starting with a value other than zero.

        7. Sound Chop Sound Threshold

        Sound threshold level maximum percentage (default is 2% of max). Use this setting to change the audio level interpreted as "sound". Higher values result in higher immunity to noise, but lower sensitivity to sound. If your audio segments are recorded so that they fade in or fade out, you may want to decrease this setting so that sound chop retains the quieter beginnings and endings of segments. Similarly, if the silence between segments contains "noise", you may want to increase this setting so that sound chop accurately interprets the separators as silence.

      7. Sound Chop Command Line Options

The following tables describe in detail the sound chop command line parameters and their usage. If you prefer to use only the ToolBox Apprentice, and work solely from the Windows environment, simply skip this section.

SndChp

SndChp [-help] SndFile [VoxExt -ac -co -di -fi - fl -fr -st -sa -sd]

Chops the specified file into individual files using periods of silence as separators.

Parameters Description

-h Displays abbreviated help screen.

SndFile Source file name specification.

VoxExt Destination audio file extension (default is .vox).

-acX.x Auto-crop (default sound guard time is 0.05 sec).Increase the guard time for more silence at the beginning and end.

-co Destination file name counter offset (default is +0).

-diFormat Optional input data format; default is Wave Multimedia. Use this setting to specify the format of the source audio file.

Value Meaning

DLG004 Dialogic 4 bit (OKI).
Default frequency is 6 kHz.

DLG008 Dialogic 8 bit (u-Law).
Default frequency is 6 kHz.

G11F08 C-ITU (CCITT) G.711 (Folded) u-Law 8 bit.
Default frequency is 8 kHz.

G11I08 C-ITU (CCITT) G.711 (Inverted) a-Law 8 bit.
Default frequency is 8 kHz.

G21004 C-ITU (CCITT) G.721 4 bit ADPCM.
Default frequency is 8 kHz.
(C-ITU (CCITT) installation only)

MPC008 Multimedia 8 bit.
Default frequency is 11.025 kHz.

MPC016 Multimedia 16 bit.
Default frequency is 11.025 kHz.

NWV001 NewVoice CVSD 1 bit.
Default frequency is 32 kHz.
(New Voice installation only)

PTC001 Perception Technology CVSD 1 bit.
Default frequency is 32 kHz.
(Perception Technology installation only)

VIS016 VIS Interchange format 16 bit.
Frequency specified in file header.

WAV000 Wave Multimedia (input default).
Frequency specified in file header.

-fiX.x Frequency of input override in kHz. Use this setting to override the default sample frequency of the source audio file.

-flX.x Frame length for silence detector (default is 1.0 sec). Use this setting to change the length of silence considered as separating new files.

-frX.x Frame resolution for silence detector (default is 0.01 sec). Use this setting to change the level of detail used when analyzing a file. For VISI technical support use only.

-stXXX Sound threshold level maximum percentage (default is 2% of max). Use this setting to change the audio level interpreted as "sound". Higher values result in higher immunity to noise, but lower sensitivity to sound.

-saXXX Sensitivity attack ratio for silence detector (default is 20% of frame). Use this setting to change the amount of sound that must be detected to recognize a transition from a region of silence to a region of active audio. Higher values result in higher immunity to noise, but increase the possibility of losing a portion of the beginning of active audio.

-sdXXX Sensitivity decay ratio for silence detector (default is 10% of frame). Use this setting to change the amount of sound that must be detected to recognize a transition from a region of active audio to a region of silence. Higher values result in higher immunity to noise, but increase the possibility of leaving a larger portion of silence at the end of active audio.

Example

Chop the sample silence delimited 11 kHz 16 bit Multimedia Wave file PCMCvt.Wav into separate Multimedia Wave files by entering:

SndChp PCMCvt.Wav<ENTER>

You have now created 0001.Wav and 0002.Wav, which contain the active audio portions of the original file.