NAME
IrALGORITHMS - IRAPI speech recording algorithms
SYNOPSIS
#include <irapi.h>
DESCRIPTION
The following speech recording algorithms are supported:
IRA_S16 16 K Sub-Band Coding ("sbc16")
IRA_S24 24 K Sub-Band Coding ("sbc24")
IRA_P 64 K Pulse Code Modulation ("pcm64")
IRA_A_CS16 16 K Intuity CONVERSANT VIS Adaptive Delta
Pulse Code Modulation ("adpcm16")
IRA_A_CS32 32 K Intuity CONVERSANT VIS Adaptive Delta
Pulse Code Modulation ("adpcm32")
IRA_CELP16 16 K Code Excited Linear Prediction Coding
("celp16")
IRA_MULAW 64 K Pulse Code Modulation - supported on
LSPS only, not recognized by codetype command
IRA_OKICS32 32 K OKI Adaptive Delta Pulse Code Modulation
- supported on LSPS only, not recognized by
codetype command
The following algorithm flags are provided to set options
when recording voice. These flags should be bitwise OR'd
with the algorithm type when setting the IRP_RECORD_ALGO
parameter before recording is started.
IRF_NO_SIL If set, do not trim silence from the recorded
speech.
IRF_NO_AGC If set, do not perform automatic gain con-
trol.
SEE ALSO
IrPARAMETERS(4IRAPI), codetype(1IRAPI)
VERSION
This is version 8/31/00 of this man page.