aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_audiotrack.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
2021-07-28Run .clang-formatChun-Min Chang
2021-02-17Remove cubeb_stream_reset_default_device API.Matthew Gregan
2020-10-07Add stream_set_name = null to cubeb_ops structsBrendan Early
2020-04-29Add a method to get audio input latency on a stream (#583)Paul Adenot
2019-08-22Remove panning API from cubebPaul Adenot
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
2017-08-07Remove unused B2G-only stream_type field from cubeb_stream_params. (#347)Matthew Gregan
2017-07-07Add an API to reset audio stream to the default deviceChun-Min Chang
2017-05-22Push destroy fns to backend (#302)Dan Glastonbury
2016-12-20Support multiple channels on Windows (#171)Chun-Min Chang
2016-11-18audiotrack: Build fix for __android_log_print.Matthew Gregan
2016-07-12Update AudioTrack backend.Paul Adenot
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-11-18audiotrack: Drop Android 2.2 support. From BMO #1041882.Matthew Gregan
2015-09-29Add both devid and device_id (str) in device_info.Haakon Sporsheim
2015-09-10Add enumerate_devices APIHaakon Sporsheim
2014-11-28clarify and clean up handling of optional functions in the API. fixes #46.Matthew Gregan
2014-09-16Sync changes with mozilla-central copy. Includes BMO 1062293, 1057199,Matthew Gregan
2014-04-04Sync changes with gecko-dev version.Matthew Gregan
2013-11-18audiotrack: Look up getOutputSamplingRate for all versions of Android.Matthew Gregan
2013-10-17Mozilla Bug 918861Paul ADENOT
2013-10-17Mozilla Bug 907817Paul ADENOT
2013-09-20add support for querying the actual stream latency.Matthew Gregan
2013-07-12Fixed typo in cubeb_audiotrack.c.Paul Adenot
2013-06-27Remove unnecessary struct keywords.Matthew Gregan
2013-06-10Sync back mozilla-central changes.Paul ADENOT
2013-05-31Mozilla bug 865244 - Add cubeb_stream_get_max_channels.Paul ADENOT
2013-04-17Mozilla Bug 809558 (followup)Paul ADENOT
2013-04-15Add stream type supportwesj
2013-04-11Mozilla Bug 859805 - Make libcubeb work on Android (2.3)Paul ADENOT
2013-03-14Import a modified version of an Android headerPaul ADENOT
2013-03-12audiotrack: cubeb_ops must be first member of struct cubeb.Matthew Gregan
2013-03-11Mozilla bug 698328 - AudioTrack.cpp backend for Android.Paul ADENOT