summaryrefslogtreecommitdiff
path: root/modules/opensles
Commit message (Collapse)AuthorAge
* add support for specifying sample format (#317)Alfred E. Heggestad2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: ausrc and auplay - add config items for ausrc/auplay format: ausrc_format s16|float auplay_format s16|float - audio.c: convert audio samples to/from signed 16-bit Modules: alsa add test for sample format FLOAT rst: add support for FLOAT sample format audiounit: add support for FLOAT sample format coreaudio: check for signed 16-bit audio format oss: check for signed 16-bit sample format winwave: check for S16LE pulse: add support for FLOAT sample format sndio: check for S16 format gst1: check sample format aufile: check sample format aubridge: check sample format gst: check sample format opensles: check for S16 sample format jack: check sample format alsa: remove usage of local config test: change samples to void pointer test: change sample type to void pointer
* opensles: fix compiler warningAlfred E. Heggestad2017-10-12
|
* modules/opensles: fix recorder speaker setup (#306)juha-h2017-09-30
| | | | | | | | | | * modules/opensles: fix recorder speaker setup - if there is more than one channel, use SL_SPEAKER_FRONT_LEFT | SL_SPEAKER_FRONT_RIGHT speakers x# Please enter the commit message for your changes. Lines starting * modules/zrtp: make travis happy
* 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
* opensles: for 2 channels, use mask SL_SPEAKER_FRONT_LEFT|SL_SPEAKER_FRONT_RIGHTJuha Heinanen2016-10-24
| | | | - original patch by Vijay Pratap Singh
* opensles: add extra debugAlfred E. Heggestad2016-06-05
|
* upgrade opensles moduleAlfred E. Heggestad2015-06-17
|
* opensles: add double-buffering and some tuningAlfred E. Heggestad2014-06-29
| | | | Credits to Francesco Bradascio for the original work.
* modules: use new logging functionsAlfred E. Heggestad2014-04-12
|
* update audio-driver modules with new ausrc/play APIAlfred E. Heggestad2014-02-13
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09