summaryrefslogtreecommitdiff
path: root/modules/opus
Commit message (Collapse)AuthorAge
* audio: sample format for audio encoder/decoderAlfred E. Heggestad2018-01-06
| | | | | | | | | | | config: auenc_format s16 # s16, float audec_format s16 # s16, float modules: only opus module supports this for now. default is s16
* audio: add function to set encoder bitrateAlfred E. Heggestad2018-01-05
| | | | | | | - auenc API updated with bitrate in bits/s - new command to set encoder bitrate: /aubitrate 128000
* opus: add config param opus_sprop_stereoAlfred E. Heggestad2017-11-09
|
* opus: add opus_stereo config parameterAlfred E. Heggestad2017-11-03
| | | | | | | opus_stereo yes -- Enable stereo (default) opus_stereo no -- Disable stereo thanks to Ola Palm for the original patch
* opus: fix encoder bitrate, ref #305Alfred E. Heggestad2017-10-08
|
* aucodec: move list of aucodec to struct baresip (#221)Alfred E. Heggestad2017-03-04
|
* Opus mirror (#166)Alfred E. Heggestad2016-11-02
| | | | | | | | * opus: mirroring of incoming parameters * opus: added 'opus_mirror' boolean config * opus: mirror only incoming SDP
* 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