aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_sndio.c
AgeCommit message (Expand)Author
2024-01-15Add an API for muting the input side of a streamAndreas Pehrson
2024-01-15Add APIs for input processingAndreas Pehrson
2023-02-01format cubeb_sndio.cPaul Adenot
2023-02-01sndio: switch audio to 24-bit precisionAlexandre Ratchov
2022-09-22Register threads explicitely created by cubebPaul Adenot
2022-09-06Remove comments after #endif to fix clang-format errors.ivan-matveev
2022-09-06Add #ifndef around dlclose() to allow build with "LAZY_LOAD_LIBS=OFF" cmake a...ivan-matveev
2021-11-10Tidy up `WRAP` definition for dlopen.Matthew Gregan
2021-07-28Run .clang-formatChun-Min Chang
2021-07-05sndio: default max_channels to 8 for OUTPUT and 2 for INPUTAlexandre Ratchov
2021-02-17Remove cubeb_stream_reset_default_device API.Matthew Gregan
2020-10-07Add stream_set_name = null to cubeb_ops structsBrendan Early
2020-01-07Always use SIO_DEVANY on FreeBSD/DragonFly (#564)Tobias Kortkamp
2019-12-10sndio: test if sndio works in sndio_initDuncan Overbruck
2019-12-10sndio: use sio_nfdsDuncan Overbruck
2019-12-10sndio: fix allocation of cubeb contextDuncan Overbruck
2019-09-16Consistently try loading versioned library firstJan Beich
2019-09-09sndio: don't depend on libsndio by defaultJan Beich
2019-08-22Remove panning API from cubebPaul Adenot
2018-06-12Fix volume handling in sndio backendAlexandre Ratchov
2018-03-19Multi-channels support for windows/mac/linux (#426)Jean-Yves Avenard
2018-02-13Provide access to cubeb_stream's user ptr. (#407)Dan Glastonbury
2018-01-23Non-wasapi backends return errors if loopback is requested.Bryce Van Dyk
2017-11-03add support for recording in sndio backend (#376)Alexandre Ratchov
2017-07-07Add an API to reset audio stream to the default deviceChun-Min Chang
2017-05-23Detabify.Matthew Gregan
2017-05-22Push destroy fns to backend (#302)Dan Glastonbury
2017-04-15cubeb_sndio: Fix leak in sndio_stream_init() failure caseLioncash
2017-01-20Fix erroneous usage of PTHREAD_MUTEX_INITIALIZERSebastien Alaiwan
2016-12-20Support multiple channels on Windows (#171)Chun-Min Chang
2016-07-29Bug 1290229 - Fix cubeb sndio build after bug 1285541 r=padenotLandry Breuil
2016-07-12Update sndio backend.Paul Adenot
2016-03-07Bug 1153179 - fix latency reporting in libcubeb sndioAlexandre Ratchov
2016-03-07Bug 1153151 - make libcubeb sndio use non-blocking i/oAlexandre Ratchov
2016-01-26Merge pull request #67 from achronop/device-notificationMatthew Gregan
2016-01-24sndio: Fix build after full-duplex API changes.Landry Breuil
2016-01-22Device notification for PulseAudioAlex Chronopoulos
2016-01-21cubeb_stream_init should take a cubeb_devid rather than a char const *.Matthew Gregan
2016-01-20Signature change for stream init and data callbackAlex Chronopoulos
2016-01-13Preparatory work for the input and duplex codePaul Adenot
2015-09-29Add both devid and device_id (str) in device_info.Haakon Sporsheim
2015-09-10Add enumerate_devices APIHaakon Sporsheim
2015-04-02sndio: improve and clamp float->s16 conversion.Alexandre Ratchov
2014-11-28clarify and clean up handling of optional functions in the API. fixes #46.Matthew Gregan
2014-10-23sndio: Fix debug build.Fabian Raetz
2014-09-16Sync changes with mozilla-central copy. Includes BMO 1062293, 1057199,Matthew Gregan
2013-12-09whitespace cleanup.Matthew Gregan
2013-10-23sndio: Include assert.h.Landry Breuil
2013-10-17Mozilla Bug 918861Paul ADENOT
2013-10-17Mozilla Bug 907817Paul ADENOT