wrappers/opus_defines library

Contains methods defined contansts from opus_defines.h

Constants

OPUS_ALLOC_FAIL → const int
Memory allocation has failed
OPUS_APPLICATION_AUDIO → const int
Best for broadcast/high-fidelity application where the decoded audio should be as close as possible to the input
OPUS_APPLICATION_RESTRICTED_LOWDELAY → const int
Only use when lowest-achievable latency is what matters most. Voice-optimized modes cannot be used.
OPUS_APPLICATION_VOIP → const int
Best for most VoIP/videoconference applications where listening quality and intelligibility matter most
OPUS_AUTO → const int
Auto/default setting
OPUS_BAD_ARG → const int
One or more invalid/out of range arguments
OPUS_BANDWIDTH_FULLBAND → const int
20 kHz bandpass
OPUS_BANDWIDTH_MEDIUMBAND → const int
6 kHz bandpass
OPUS_BANDWIDTH_NARROWBAND → const int
4 kHz bandpass
OPUS_BANDWIDTH_SUPERWIDEBAND → const int
12 kHz bandpass
OPUS_BANDWIDTH_WIDEBAND → const int
8 kHz bandpass
OPUS_BITRATE_MAX → const int
Maximum bitrate
OPUS_BUFFER_TOO_SMALL → const int
Not enough bytes allocated in the buffer
OPUS_FRAMESIZE_100_MS → const int
Use 100 ms frames
OPUS_FRAMESIZE_10_MS → const int
Use 10 ms frames
OPUS_FRAMESIZE_120_MS → const int
Use 120 ms frames
OPUS_FRAMESIZE_20_MS → const int
Use 20 ms frames
OPUS_FRAMESIZE_2_5_MS → const int
Use 2.5 ms frames
OPUS_FRAMESIZE_40_MS → const int
Use 40 ms frames
OPUS_FRAMESIZE_5_MS → const int
Use 5 ms frames
OPUS_FRAMESIZE_60_MS → const int
Use 60 ms frames
OPUS_FRAMESIZE_80_MS → const int
Use 80 ms frames
OPUS_FRAMESIZE_ARG → const int
Select frame size from the argument (default)
OPUS_GET_APPLICATION_REQUEST → const int
OPUS_GET_BANDWIDTH_REQUEST → const int
OPUS_GET_BITRATE_REQUEST → const int
OPUS_GET_COMPLEXITY_REQUEST → const int
OPUS_GET_DTX_REQUEST → const int
OPUS_GET_EXPERT_FRAME_DURATION_REQUEST → const int
OPUS_GET_FINAL_RANGE_REQUEST → const int
OPUS_GET_FORCE_CHANNELS_REQUEST → const int
OPUS_GET_GAIN_REQUEST → const int
OPUS_GET_IN_DTX_REQUEST → const int
OPUS_GET_INBAND_FEC_REQUEST → const int
OPUS_GET_LAST_PACKET_DURATION_REQUEST → const int
OPUS_GET_LOOKAHEAD_REQUEST → const int
OPUS_GET_LSB_DEPTH_REQUEST → const int
OPUS_GET_MAX_BANDWIDTH_REQUEST → const int
OPUS_GET_PACKET_LOSS_PERC_REQUEST → const int
OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST → const int
OPUS_GET_PITCH_REQUEST → const int
OPUS_GET_PREDICTION_DISABLED_REQUEST → const int
OPUS_GET_SAMPLE_RATE_REQUEST → const int
OPUS_GET_SIGNAL_REQUEST → const int
OPUS_GET_VBR_CONSTRAINT_REQUEST → const int
OPUS_GET_VBR_REQUEST → const int
OPUS_INTERNAL_ERROR → const int
An internal error was detected
OPUS_INVALID_PACKET → const int
The compressed data passed is corrupted
OPUS_INVALID_STATE → const int
An encoder or decoder structure is invalid or already freed
OPUS_OK → const int
No error
OPUS_SET_APPLICATION_REQUEST → const int
OPUS_SET_BANDWIDTH_REQUEST → const int
OPUS_SET_BITRATE_REQUEST → const int
OPUS_SET_COMPLEXITY_REQUEST → const int
OPUS_SET_DTX_REQUEST → const int
OPUS_SET_EXPERT_FRAME_DURATION_REQUEST → const int
OPUS_SET_FORCE_CHANNELS_REQUEST → const int
OPUS_SET_GAIN_REQUEST → const int
OPUS_SET_INBAND_FEC_REQUEST → const int
OPUS_SET_LSB_DEPTH_REQUEST → const int
OPUS_SET_MAX_BANDWIDTH_REQUEST → const int
OPUS_SET_PACKET_LOSS_PERC_REQUEST → const int
OPUS_SET_PHASE_INVERSION_DISABLED_REQUEST → const int
OPUS_SET_PREDICTION_DISABLED_REQUEST → const int
OPUS_SET_SIGNAL_REQUEST → const int
OPUS_SET_VBR_CONSTRAINT_REQUEST → const int
OPUS_SET_VBR_REQUEST → const int
OPUS_SIGNAL_MUSIC → const int
Signal being encoded is music
OPUS_SIGNAL_VOICE → const int
Signal being encoded is voice
OPUS_UNIMPLEMENTED → const int
Invalid/unsupported request number