summaryrefslogtreecommitdiff
path: root/modules/opus/opus.h
Commit message (Collapse)AuthorAge
* Aucodec sample format (#352)Alfred E. Heggestad2018-02-03
| | | | | | | | | | | | | | | | * aucodec: merge s16 and fmt encode/decode into one having 2 different encode functions for s16 and other formats turned out to be a bit impractical. better to have 1 function where the sample format (fmt) can be specified. * update some aucodec modules * update test * update codec2 * update g7221 module
* 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
* Opus mirror (#166)Alfred E. Heggestad2016-11-02
| | | | | | | | * opus: mirroring of incoming parameters * opus: added 'opus_mirror' boolean config * opus: mirror only incoming SDP
* baresip 0.4.10Alfred E. Heggestad2014-02-09