The encode
command converts ADPCM16 or ADPCM32 files to PCM64 files.
Synopsis
encode [adpcm32 | adpcm16]
Description
The encode
command is a filter that converts PCM64 files to ADPCM16 or ADPCM32 files.
Note:
ADPCM16 is easy to code and saves space, but does not provide good quality sound.
Strip the voice header (using stripdhr
) before you run encode
.
You must add appropriate code headers (using addhdr
) before the converted file can be played on the voice system.
See also