summaryrefslogtreecommitdiff
path: root/src/play.c
Commit message (Collapse)AuthorAge
* Add gapless repeat for tone playback (#231)Jan Hoffmann2017-04-09
| | | | | | | | | | * Add gapless repeat for tone playback This allows to play progress tones with defined intervals continuously, without redundancy in the audio file. * Fix incorrect pointer arithmetic In order to move the output buffer pointer byte-wise it has to be cast first.
* Ausrc auplay reentrant (#227)Alfred E. Heggestad2017-03-22
| | | | | | | | | | | | * ausrc: re-entrant api * fix ausrc api for linux * fix ccheck * auplay: make it re-entrant * auplay: update more modules
* play: use FS_PATH_MAXAlfred E. Heggestad2016-10-30
|
* core: add FS_PATH_MAXAlfred E. Heggestad2016-10-30
| | | | ref: https://github.com/alfredh/baresip/pull/143
* play: make it re-entrant, add struct playerAlfred E. Heggestad2016-09-04
|
* play: fix warnings when compiling with OPT_SIZE=1Alfred 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
|
* play: convert from Little to Native endian, ptime=40Alfred E. Heggestad2014-02-09
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09