aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-03-10Point build badge to build action.Matthew Gregan
2021-03-10Remove obsolete CI configs.Matthew Gregan
2021-03-10Add build action.Matthew Gregan
2021-02-17Remove cubeb_stream_reset_default_device API.Matthew Gregan
2021-02-17wasapi: Don't clear `device_enumerator` in {un,}register_notification_client.Matthew Gregan
2021-01-22Fixed option to not automatically connect ports on jack.Nicola Orlando
2021-01-19Remove a static keyword to remove a warning.Paul Adenot
2021-01-19Fix two warnings in cubeb_wasapi.cpp.Paul Adenot
2021-01-19oss: Fix CPU spinning 100% for playback-only streamKa Ho Ng
2020-12-09WASAPI: Fix potentially uninitialized pointer warningAlbert Liu
2020-12-07Fix clock reporting on the AAudio backendPaul Adenot
2020-12-07WASAPI: Adjust PCM format tag based on configured bits per sampleAlbert Liu
2020-12-01Rework the buffering logicKa Ho Ng
2020-11-16Check various lengths before comparing the group id with the handsfree tagPaul Adenot
2020-11-16Fix typo in bluetooth handsfree tagPaul Adenot
2020-11-03Null check input and output stream param before dereferencingPaul Adenot
2020-11-02Format src/cubeb_aaudio.cpp with clang-formatPaul Adenot
2020-11-02Add an initial clang-format filePaul Adenot
2020-11-02Cleanup comments, add misc. logs.Paul Adenot
2020-11-02Port over the input and output policies for voice content from OpenSL to AAud...Paul Adenot
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