module Speex: sig
.. end
Functions for manipulating speex audio data using libspeex.
- Author(s): Romain Beauxis
exception Invalid_frame_size
type
mode =
| |
Narrowband |
| |
Wideband |
| |
Ultra_wideband |
type
control =
| |
SPEEX_RESET_STATE |
| |
SPEEX_SET_ENH |
| |
SPEEX_GET_ENH |
| |
SPEEX_GET_FRAME_SIZE |
| |
SPEEX_SET_QUALITY |
| |
SPEEX_SET_MODE |
| |
SPEEX_GET_MODE |
| |
SPEEX_SET_LOW_MODE |
| |
SPEEX_GET_LOW_MODE |
| |
SPEEX_SET_HIGH_MODE |
| |
SPEEX_GET_HIGH_MODE |
| |
SPEEX_SET_VBR |
| |
SPEEX_GET_VBR |
| |
SPEEX_SET_VBR_QUALITY |
| |
SPEEX_GET_VBR_QUALITY |
| |
SPEEX_SET_COMPLEXITY |
| |
SPEEX_GET_COMPLEXITY |
| |
SPEEX_SET_BITRATE |
| |
SPEEX_GET_BITRATE |
| |
SPEEX_SET_SAMPLING_RATE |
| |
SPEEX_GET_SAMPLING_RATE |
| |
SPEEX_SET_VAD |
| |
SPEEX_GET_VAD |
| |
SPEEX_SET_ABR |
| |
SPEEX_GET_ABR |
| |
SPEEX_SET_DTX |
| |
SPEEX_GET_DTX |
| |
SPEEX_SET_SUBMODE_ENCODING |
| |
SPEEX_GET_SUBMODE_ENCODING |
| |
SPEEX_SET_PLC_TUNING |
| |
SPEEX_GET_PLC_TUNING |
| |
SPEEX_SET_VBR_MAX_BITRATE |
| |
SPEEX_GET_VBR_MAX_BITRATE |
| |
SPEEX_SET_HIGHPASS |
| |
SPEEX_GET_HIGHPASS |
| |
SPEEX_GET_ACTIVITY |
: sig
.. end
module Encoder: sig
.. end
module Decoder: sig
.. end
module Wrapper: sig
.. end
module Skeleton: sig
.. end