aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2021-07-28Run .clang-formatChun-Min Chang
2021-07-20wasapi: Don't set AUDCLNT_STREAMFLAGS_NOPERSIST on IAudioClient (<3) streams....Matthew Gregan
2021-02-17Remove cubeb_stream_reset_default_device API.Matthew Gregan
2020-10-28AAudio: Address first review commentsnyorain
2020-10-19Add an option to not automatically connect ports on jack. (#613)Richard Dodd (dodj)
2020-10-09Add stream preference to request a persistent stream session and implement th...Admiral H. Curtiss
2020-10-07Make RAW WASAPI streams opt-inPaul Adenot
2020-10-07Add method to change stream nameBrendan Early
2020-06-24Add in header doc the switching devices behavior.Alex Chronopoulos
2020-04-29Add a method to get audio input latency on a stream (#583)Paul Adenot
2019-11-25Update example code (#555)Jan
2019-08-22Remove panning API from cubebPaul Adenot
2019-05-17wasapi: Add flag to disable default device switching. (#507)Matthew Gregan
2019-04-10Bug 1531833 - Add a cubeb pref to indicate the this audio input and output st...Paul Adenot
2019-01-21Add cubeb_stream_params::layout in the code exampleAlex Chronopoulos
2019-01-16Fix example code using nonexistent output buffer. (#485)Jamen Marz
2018-10-24doc: update docs for register collection changed callback. Fixes 42Alex Chronopoulos
2018-03-21wasapi: Remove COM initialization and require caller to complete.Matthew Gregan
2018-03-20Remove stray `1 <<` from CUBEB_LAYOUT_3F2_BACK.Dan Glastonbury
2018-03-19Multi-channels support for windows/mac/linux (#426)Jean-Yves Avenard
2018-03-01Clarify cubeb_data_callback ret value for input only streams.Bryce Van Dyk
2018-02-13Provide access to cubeb_stream's user ptr. (#407)Dan Glastonbury
2018-01-23Explicitly init stream_params.prefs in tests.Bryce Van Dyk
2018-01-23Respond to review comments.Bryce Van Dyk
2018-01-23Add stream preferences enum to stream params, add a loopback pref.Bryce Van Dyk
2017-11-28Replace instances of 'S' with 'RC' in the SMPTE channel layout comment.Bryce Van Dyk
2017-11-28Update header sample code to rename several instances of output_params -> inp...Bryce Van Dyk
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-06-24Use consistent types for channels, rate, and latency in API.Dan Glastonbury
2017-06-24Change cubeb_get_min_latency to take params via pointer.Dan Glastonbury
2017-06-15Fix documentation of cubeb_device_changed_callback (#327)Cheng Sun
2017-05-25Rework device collection (#309)Dan Glastonbury
2017-05-22Push destroy fns to backend (#302)Dan Glastonbury
2017-03-13cubeb-api: Give cubeb_init a third param, backend nameDamien Zammit
2016-12-20Support multiple channels on Windows (#171)Chun-Min Chang
2016-11-08Make API visible cubeb_device_info members and cubeb_devid const.Matthew Gregan
2016-10-12Simplfy LOG*() macros and pass valist through to log callback.Matthew Gregan
2016-10-12Replace autotools build system with CMake.Matthew Gregan
2016-10-10Address review comments.Paul Adenot
2016-10-10Fix cubeb.h so that it works on master.Paul Adenot
2016-10-10Add a new API to enable external logging.Paul Adenot
2016-08-23Fix Doxygen docs for cubeb_stream_init.Matthew Gregan
2016-07-12cubeb.h - Use frames for the different latency in external interfaces.Paul Adenot
2016-07-01Address comments.Paul Adenot
2016-07-01Update cubeb documentation for duplex streams.Paul Adenot
2016-02-26Exorcise cubeb-stdint.h generation.Matthew Gregan
2016-01-22API change for device notificationsAlex Chronopoulos
2016-01-21pulse: Add input and full-duplex stream modes.Alex Chronopoulos
2016-01-21cubeb_stream_init should take a cubeb_devid rather than a char const *.Matthew Gregan