Defines

Pre-defined values for CTL interface

Defines

#define OPUS_AUTO
 Auto/default setting.
#define OPUS_BITRATE_MAX
 Maximum bitrate.
#define OPUS_APPLICATION_VOIP
 Best for most VoIP/videoconference applications where listening quality and intelligibility matter most.
#define OPUS_APPLICATION_AUDIO
 Best for broadcast/high-fidelity application where the decoded audio should be as close as possible to the input.
#define OPUS_APPLICATION_RESTRICTED_LOWDELAY
 Only use when lowest-achievable latency is what matters most.
#define OPUS_SIGNAL_VOICE   3001
 Signal being encoded is voice.
#define OPUS_SIGNAL_MUSIC   3002
 Signal being encoded is music.
#define OPUS_BANDWIDTH_NARROWBAND
 4kHz bandpass
#define OPUS_BANDWIDTH_MEDIUMBAND
 6kHz bandpass
#define OPUS_BANDWIDTH_WIDEBAND
 8kHz bandpass
#define OPUS_BANDWIDTH_SUPERWIDEBAND
 12kHz bandpass
#define OPUS_BANDWIDTH_FULLBAND
 20kHz bandpass

Detailed Description

See also:
Generic CTLs, Encoder related CTLs

Define Documentation

#define OPUS_APPLICATION_AUDIO

Best for broadcast/high-fidelity application where the decoded audio should be as close as possible to the input.

#define OPUS_APPLICATION_RESTRICTED_LOWDELAY

Only use when lowest-achievable latency is what matters most.

Voice-optimized modes cannot be used.

#define OPUS_APPLICATION_VOIP

Best for most VoIP/videoconference applications where listening quality and intelligibility matter most.

#define OPUS_AUTO

Auto/default setting.

#define OPUS_BANDWIDTH_FULLBAND

20kHz bandpass

#define OPUS_BANDWIDTH_MEDIUMBAND

6kHz bandpass

#define OPUS_BANDWIDTH_NARROWBAND

4kHz bandpass

#define OPUS_BANDWIDTH_SUPERWIDEBAND

12kHz bandpass

#define OPUS_BANDWIDTH_WIDEBAND

8kHz bandpass

#define OPUS_BITRATE_MAX

Maximum bitrate.

#define OPUS_SIGNAL_MUSIC   3002

Signal being encoded is music.

#define OPUS_SIGNAL_VOICE   3001

Signal being encoded is voice.

 All Files Functions Typedefs Defines