aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
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
2016-01-20Signature change for stream init and data callbackAlex Chronopoulos
2016-01-14Document all members of the API.Paul Adenot
2016-01-13Preparatory work for the input and duplex codePaul Adenot
2015-11-20Change definition and allocation of cubeb_device_collection to avoid reliance...Matthew Gregan
2015-10-16Cleanup cubeb_register_device_collection_changed()Haakon Sporsheim
2015-10-15Change cubeb_device_list to cubeb_device_collection.Haakon Sporsheim
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-10-01Documentation clean up.Matthew Gregan