Searched refs:OPUS_SIGNAL_VOICE (Results 1 – 2 of 2) sorted by relevance
182 #define OPUS_SIGNAL_VOICE 3001 /**< Signal being encoded is voice */ macro
1100 if (st->signal_type == OPUS_SIGNAL_VOICE) in opus_encode_native()2319 if(value!=OPUS_AUTO && value!=OPUS_SIGNAL_VOICE && value!=OPUS_SIGNAL_MUSIC) in opus_encoder_ctl()