http://java.sun.com/products/jdk/1.1/docs/guide/intl/encoding.doc.html
Description: The name of the file containing the audio data to be imported. The file name is relative to the directory from which the action is executed.
Description: Audio encoding format of the audio file. Required if the audio data has not been exported as_is or interchange.
You must ensure that the audio data stored in the file matches the format specified in the control file. Unintelligible sound will result at playback if the data is incorrectly specified.
ulaw or alaw
Single-channel, 8-bit sample size, 8kHz sampling rate.
gsm
Single-channel, compressed format only. The sampling rate is ignored.
wav
A file encoding of wav indicates that the audio file is a Microsoft WAV file. When importing a WAV file the encoding, sample size, and sampling rate information is taken from in the WAV file itself. The data stored in the WAV file must be either in ulaw, alaw or linear encoding. For ulaw and alaw, it must be single-channel with 8-bit sample size and 6kHz or 8kHz sampling rates. For linear encoding, it must be mono or stereo and 8 or 16-bit sample size. When exporting to a WAV file, the data format used is always 16-bits, mono and 8kHz sampling rate.
au
When you import an au file, the encoding, sample size and sample rate information is taken from the au file itself. The data stored in the au file may be u-law, a-law or PCM. For u-law and a-law it must be single channel with 8-bit sample size. It may have any sampling rate. For PCM it may be 8-bit or 16-bit sample size (mono or stereo). When you export to an au file the data format used is 8-bit, 8kHz, m-law. Non-PCM au files must be mono.
Description:Data sampling rate in Hz of the data in the audio file. Required if file_encoding is ulaw, alaw or adpcm.
Description: An alternative to specifying explicitly the voice segment data encoding format is to hint at the desired audio quality and size of imported voice segment.
These values are interpreted differently on different Blueworx Voice Response systems. On systems where only one audio encoding format is supported, the values of the hints have no effect. The use of import_hints is particularly useful if audio data is to be imported into systems with different voice encoding configurations.
Required if you don’t specify segment_encoding and segment_rate. (If you specify import_hints, any existing values in segment_encoding and segment_rate are unset.)
Description: The category of the voice segment to be imported. Required if the audio data has not been exported as_is or interchange, or if an as_is or interchange voice object is to be re-imported as a different voice segment.
Description: Required if you don’t specify import_hints. (If you specify this, any existing value in import_hints are unset.)
Description: The locale of the voice segment to be imported. Defaults to the locale in which you run the command (not the locale of the voice response node).
Description: The name of the voice segment to be imported. Required if the audio data has not been exported as_is or interchange, or if an as_is or interchange voice object is to be re-imported as a different voice segment.
Description: Data sampling rate in Hz of the voice segment. Required if you don’t specify import_hints. (If you specify this, any existing value in import_hints are unset.)