aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-11-02Implement cubeb_get_preferred_sample_rate for the new AAudio backend.Paul Adenot
2020-11-02Implement cubeb_get_min_latency for the new AAudio backend.Paul Adenot
2020-11-02Implement cubeb_stream_get_input_latency for the new AAudio backend.Paul Adenot
2020-11-02Implement cubeb_stream_get_latency for the new AAudio backend.Paul Adenot
2020-11-02Remove context and stream name related code, this is not used on Android.Paul Adenot
2020-11-02Repair opensl output latency, integer division issue.Paul Adenot
2020-11-02Use C++ style unused argument instead of C-style.Paul Adenot
2020-11-02Use sizeof instead of numeric litterals.Paul Adenot
2020-11-02Make the low-latency/powersave policy choice dynamic, based on latency.Paul Adenot
2020-11-02Use a constant instead of a define.Paul Adenot
2020-11-02Capitalize enums, as it's done elsewhere.Paul Adenot
2020-10-30Tell GTest that RTTI is not available for clang (for other compilers it's aut...Paul Adenot
2020-10-30Don't use exception in the new cubeb_aaudio.cpp, and don't build with excepti...Paul Adenot
2020-10-28Fix rebase for new latency methodnyorain
2020-10-28aaudio: Make sure to completely cleanup streamsnyorain
2020-10-28Add minor documentation and logsnyorain
2020-10-28Move aaudio backend to C++ & enable low latencynyorain
2020-10-28AAudio: Address first review commentsnyorain
2020-10-28AAudio: destroy pthread_condattrnyorain
2020-10-28AAudio: Fix codestylenyorain
2020-10-28AAudio: Fix cv clock for android < 21nyorain
2020-10-28AAudio: Use condition variable instead of sleepingnyorain
2020-10-28AAudio: Implement stream_set_volumenyorain
2020-10-28AAudio: don't send stopped state after drainingnyorain
2020-10-28Add android level with aaudio to CInyorain
2020-10-28Remove pthread from libraries on androidnyorain
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-28Fix CMake rust path and only use rust deps if neededGuillaume Besson
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-21Address review commentsPaul Adenot
2020-09-21Add a test case for WASAPI reconfigure eventPaul Adenot