aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2022-03-08Add a parameter to cubeb_resampler_create to enable reclockingPaul Adenot
2022-03-03owned_critical_section: Replace CRITICAL_SECTION with SRWLOCK on Windows.Matthew Gregan
2022-03-03wasapi: Protect access to cubeb context members.Matthew Gregan
2022-02-28wasapi: Avoid configuring output side of resampler when using dummy_output.Matthew Gregan
2022-02-28Assert device collection callbacks were unregistered before cubeb_destroy is ...Matthew Gregan
2022-02-02cubeb_oss: Force at maximum 32ms service intervals.Hans Petter Selasky
2022-01-11waspi: Simplify default devices query and avoid nullptr deref.Matthew Gregan
2022-01-08Build fixes for MinGW - follow up to 3d598eff576ea5939b63119d54a8a54183eec144.Matthew Gregan
2022-01-07wasapi: Speed up enumerate_devices by caching default device IDs for each flo...Matthew Gregan
2021-12-08cubeb_oss: Fix recording buffer size computation.Hans Petter Selasky
2021-12-08Fix build on MinGWPaul Adenot
2021-12-04mixer: Replace std::result_of with decltype.Matthew Gregan
2021-11-29cubeb_oss: Fix for buffer overrun.Hans Petter Selasky
2021-11-23aaudio: Fix formatting.Matthew Gregan
2021-11-23aaudio: Fix build after a4e701ff602eb38d12f24e6ea2424336b470e225.Matthew Gregan
2021-11-10cubeb_oss: Fix warningsKa Ho Ng
2021-11-10cubeb_oss: clang-formattedKa Ho Ng
2021-11-10cubeb_oss: changes to buffering logicKa Ho Ng
2021-11-10Tidy up `WRAP` definition for dlopen.Matthew Gregan
2021-11-09build: use system speex when possibleAndrea Pappacoda
2021-11-04jack: possibility to disable lazy load of libAndrea 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-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-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-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