aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2020-10-28Fix codestylenyorain
2020-10-28Add first AAudio backend prototypenyorain
2020-10-20Remove add_latency from resampling code, it's not usedPaul Adenot
2020-10-20Don't add initial delay to resamplersPaul Adenot
2020-10-20Revert "Don't account for unresampled data when computing how much input is n...Vitor Kiguchi
2020-10-19Add an option to not automatically connect ports on jack. (#613)Richard Dodd (dodj)
2020-10-13Add stream_set_name = null to cubeb_ops structs (#617)khng300
2020-10-12oss: Initialize cubeb_stream::state properly (#618)khng300
2020-10-09OSS (FreeBSD/illumos) backend (#600)khng300
2020-10-09Add stream preference to request a persistent stream session and implement th...Admiral H. Curtiss
2020-10-07Address review commentsPaul Adenot
2020-10-07Don't use AUDCLNT_STREAMOPTIONS_RAW on MinGW, it's not defined yet.Paul Adenot
2020-10-07Make RAW WASAPI streams opt-inPaul Adenot
2020-10-07Pass in AUDCLNT_STREAMOPTIONS_RAW when possible when initializing an AudioClientPaul Adenot
2020-10-07Require at least the windows 8.1 SDK for building cubebPaul Adenot
2020-10-07Add stream_set_name = null to cubeb_ops structsBrendan Early
2020-10-07Add method to change stream nameBrendan Early
2020-09-28jack: Add functions to connect a cb+phys port pairZoë Sparks
2020-09-28jack: Special case playing mono source in stereoZoë Sparks
2020-09-22Fix wasapi_destroy_device usage, when it fails, in setup_wasapi_streamPaul Adenot
2020-09-22Clarify and fix expectations around wasapi_create_devicePaul Adenot
2020-09-17Always return a valid string (possibly empty) for the group_id and the friend...Paul Adenot
2020-09-17Always brace if statements in wasapi_create_devicePaul Adenot
2020-09-15Reset device when reconfiguring streamPaul Adenot
2020-09-14Fix integer underflow/unsigned wrapping.Angelo Haller
2020-09-11Fix printf formatPaul Adenot
2020-09-09Consistently use frames for latency requestsPaul Adenot
2020-09-09Clean up the cubeb_device_info when checking if the device is a bluetooth han...Paul Adenot
2020-09-09Assert that the temporary stack buffer used to prefill the resampler are big ...Paul Adenot
2020-09-09Only perform device matching when using a bluetooth handsfree devicePaul Adenot
2020-09-09When configuring the input side of a duplex stream, and it's a bluetooth devi...Paul Adenot
2020-09-09Always get a device enumerator when creating a streamPaul Adenot
2020-09-09Don't account for unresampled data when computing how much input is needed.Paul Adenot
2020-09-09Handle underrun without asserting when resampling an input stream in duplex modePaul Adenot
2020-09-09Pre-feed the resampler with zeros to compensate for its latencyPaul Adenot
2020-09-09Fix the input stream prefs check for deciding if a stream is for voicePaul Adenot
2020-09-09When opening an output device after having opened an input device, try to mat...Paul Adenot
2020-09-09Rename input_device and output_device as input_device_id and output_device_idPaul Adenot
2020-09-09Add logging to latency queriying methodsPaul Adenot
2020-09-09Don't return early when there is no input data.Paul Adenot
2020-09-09Separate the role and the fact that the stream is being used for voice. Use a...Paul Adenot
2020-09-09Add logging to make it clear what resampling setup is being useddPaul Adenot
2020-08-26sun: Fix use-after-free of s->mutex in sun_stream_destroy.Ka Ho Ng
2020-08-26sun: building fix in sun_stream_get_latencyKa Ho Ng
2020-07-07Bump the priority of audiounit-rust in default initChun-Min Chang
2020-07-03Fix conversion from com_heap_ptr.Matthew Gregan
2020-07-03Merge branch 'patch-1' of https://github.com/Filoppi/cubeb into Filoppi-patch-1Matthew Gregan
2020-06-30resampler: avoid overflow on uint arithmeticsAlex Chronopoulos
2020-06-30As suggestedFilippo Tarpini
2020-06-29Fixed small memory leakFilippo Tarpini