summaryrefslogtreecommitdiff
path: root/src/audio.c
Commit message (Collapse)AuthorAge
* audio: set the exact framesize for plc-handlerAlfred E. Heggestad2016-05-17
|
* Merged with master and added proper RTP time stamp handlingChristian Hoene2016-05-14
|\
| * minor nicifyChristian Hoene2016-05-14
| |
| * Fixed bug of sending empty packetsChristian Hoene2016-05-12
| |
* | aucodec: split srate into srate and crate (Clock Rate)Alfred E. Heggestad2016-05-01
| |
* | fix some ccheck warningsAlfred E. Heggestad2016-04-24
|/
* Added resampler to decodeChristian Hoene2016-04-22
|
* First version with MPA codingChristian Hoene2016-04-22
|
* fixes alfredh/baresip#93 glibc >=2.20 _BSD_SOURCE warningSebastian Reimers2015-12-13
|
* audio: add milliseconds to log messageAlfred E. Heggestad2015-12-13
|
* audio: flush tx-buffer for all tx-modesAlfred E. Heggestad2015-11-06
| | | | | thanks to Thibault Gueslin for reporting the bug and suggestion a nice fix
* audio: add API to set source/player while in callAlfred E. Heggestad2015-10-11
| | | | | | | | | | | int audio_set_source(struct audio *au, const char *mod, const char *device); int audio_set_player(struct audio *au, const char *mod, const char *device); example usage: audio_set_player(call_audio(ua_call(uag_cur())), "alsa", "default"); fixes #70
* audio: lookup pt for telephone-event (fixes #72)Alfred E. Heggestad2015-09-19
|
* audio: print module/device-name if ausrc_alloc failsAlfred E. Heggestad2015-08-02
|
* fix warnings on Mac OSXAlfred E. Heggestad2014-10-18
|
* audio: fix audio_srate range for G.722Alfred E. Heggestad2014-08-09
| | | | thanks to Remigiusz Borek for reporting the issue
* fix warningAlfred E. Heggestad2014-05-20
|
* rtpstat: fixup some formattingAlfred E. Heggestad2014-05-20
|
* Cleanup of XRTP stats print functionLorenzo Mangani2014-05-20
|
* Fixed JI value to timestamp-units based on codec audiorateLorenzo Mangani2014-05-19
|
* Minor cleanupLorenzo Mangani2014-05-18
|
* Move XRTP stats to audio and implement EN/DE parametersLorenzo Mangani2014-05-18
|
* fix call mute-state for multiple callsAlfred E. Heggestad2014-05-18
| | | | | | | added audio_ismuted() and remove static state from menu.c thanks to Remik who reported the issue and suggested a nice solution :)
* audio: fix timestamp calculation for sendingAlfred E. Heggestad2014-05-17
| | | | | | | | | | according to RFC 3551 the RTP timestamp is independent of number of channels and encoding. fix the timestamp calculation for outgoing RTP packets, by dividing the total number of samples on number of channels. the bug was not affecting calls with mono audio, but was very likely to affect calls with stereo audio (e.g. OPUS)
* added some missing commentsAlfred E. Heggestad2014-04-12
|
* ausrc/auplay api: change to 16-bit samplesAlfred E. Heggestad2014-02-13
|
* remove fmt parameter from ausrc/auplay apiAlfred E. Heggestad2014-02-13
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09