aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-11-09WIP: Add cubeb_stream_get_max_request_size API.get_max_req_sizeMatthew Gregan
2021-11-09build: use system speex when possibleAndrea Pappacoda
2021-11-09build: add USE_SANITIZERS optionAndrea Pappacoda
2021-11-06build: add LAZY_LOAD_LIBS option and always link with threadsAndrea Pappacoda
2021-11-04jack: possibility to disable lazy load of libAndrea Pappacoda
2021-11-02CI: Update apt package index before install.Matthew Gregan
2021-11-01build(cmake): add version and soversion to the built libraryAndrea Pappacoda
2021-11-01build(cmake): use system GTest when availableAndrea Pappacoda
2021-10-15android: Fix build errorpent0
2021-10-12wasapi: Use stream rate when converting latency to hns.Matthew Gregan
2021-08-02winmm: clang-format fixes.Matthew Gregan
2021-08-01winmm: fix broken audio when sample count is overflowedmixit
2021-07-28Add clang-format-check target to CMake and run on CI.Matthew Gregan
2021-07-28Increase delay to really test the pulse backend.Paul Adenot
2021-07-28winmm: Fix sorting of mm*.h headers.Matthew Gregan
2021-07-28winmm: Undo some header reordering to fix build.Matthew Gregan
2021-07-28Run .clang-formatChun-Min Chang
2021-07-27wasapi: Avoid a few copies in `wasapi_find_matching_output_device`.Matthew Gregan
2021-07-25Add a multiple input devices test (#651)Chun-Min Chang
2021-07-20wasapi: Don't set AUDCLNT_STREAMFLAGS_NOPERSIST on IAudioClient (<3) streams....Matthew Gregan
2021-07-13Address review comments.Paul Adenot
2021-07-13Grab input frames on input available event and not on output available eventPaul Adenot
2021-07-13Use long buffers for inputPaul Adenot
2021-07-13Always use default buffer sizePaul Adenot
2021-07-13Log input and output framesPaul Adenot
2021-07-06don't run resampler unless we have enough framesRyan Hileman
2021-07-05sndio: default max_channels to 8 for OUTPUT and 2 for INPUTAlexandre Ratchov
2021-05-25wasapi: Adjust output stream volume internally rather than using IAudioStream...Matthew Gregan
2021-05-06memory_order_relaxed has changed in c++20Tomas Maly
2021-04-29oss: Use the minimum space of both direction in full-duplex pathHans Petter Selasky
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