summaryrefslogtreecommitdiff
path: root/modules/opus
Commit message (Collapse)AuthorAge
* opus: add more config optionsAlfred E. Heggestad2016-05-07
| | | | | | | opus_bitrate 128000 # Average bitrate in [bps] opus_cbr {yes,no} # Constant Bitrate (inverse of VBR) opus_inbandfec {yes,no} # Enable inband Forward Error Correction (FEC) opus_dtx {yes,no} # Enable Discontinuous Transmission (DTX)
* aucodec: split srate into srate and crate (Clock Rate)Alfred E. Heggestad2016-05-01
|
* update opus RFCsAlfred E. Heggestad2016-02-13
|
* modules/opus: use configured or received sending rateJuha Heinanen2015-06-04
| | | | | | | | determine sending rate as follows: - if opus_bitrate is configured and maxaveragebitrate is received, use minimum of the two - if one is missing, use the one that is given - if both are missing, use the default (OPUS_AUTO)
* opus fmtp configSebastian Reimers2014-11-02
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09