index
:
cubeb
384khz
aaudio-buffering
aaudio-by-default
aaudio-input-processing
aaudio-interpolation-and-latency
aaudio-reinit
aaudio-reset-params
aaudio-timeout-restart
android-fixes
buffer-count-opensl
const-fixes
crash-bluetooth
cubeb-log-atomic
cubeb_audio_client_3_CI
devchg_docs
firefox-100
fix-negative-latency
fix-negative-latency-aaudio
fix-tests
fix-warnings
get_max_req_size
higher-rate
master
no-exception-no-rtti
no-unlock
null-check
nullcheck-log
opensl-check-rv
opensl-float-conversion
opensl-record-return
opensl_asserts
processing-params
pulse-get-server-info-null
reclock
reclock-param
record-audio
register_cubeb_thread
resampler-rate-conversion-fix
resize-buf-aaudio
set-processing-params-none
test-multichannel
tsan-fixes
update-submodules
wasapi-no-direct-avrt
wasapi_render_loop_lifecycle
wasapi_render_loop_lifecycle_rebase
winmm-prefill
Cross platform audio library
mozilla
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-03-02
Add a parameter to cubeb_resampler_create to enable reclocking
reclock-param
Paul Adenot
2022-02-28
wasapi: Avoid configuring output side of resampler when using dummy_output.
Matthew Gregan
2022-02-28
Assert device collection callbacks were unregistered before cubeb_destroy is ...
Matthew Gregan
2022-02-02
build: use libbsd when using OSS and glibc
Andrea Pappacoda
2022-02-02
cubeb_oss: Force at maximum 32ms service intervals.
Hans Petter Selasky
2022-01-11
waspi: Simplify default devices query and avoid nullptr deref.
Matthew Gregan
2022-01-08
Build fixes for MinGW - follow up to 3d598eff576ea5939b63119d54a8a54183eec144.
Matthew Gregan
2022-01-07
wasapi: Speed up enumerate_devices by caching default device IDs for each flo...
Matthew Gregan
2021-12-08
cubeb_oss: Fix recording buffer size computation.
Hans Petter Selasky
2021-12-08
Fix build on MinGW
Paul Adenot
2021-12-04
mixer: Replace std::result_of with decltype.
Matthew Gregan
2021-11-29
cubeb_oss: Fix for buffer overrun.
Hans Petter Selasky
2021-11-23
CI: Add Android (API level 26) builds.
Matthew Gregan
2021-11-23
aaudio: Fix formatting.
Matthew Gregan
2021-11-23
aaudio: Fix build after a4e701ff602eb38d12f24e6ea2424336b470e225.
Matthew Gregan
2021-11-23
build: Bump minimum CMake to 3.14.
Matthew Gregan
2021-11-10
cubeb_oss: Fix warnings
Ka Ho Ng
2021-11-10
cubeb_oss: clang-formatted
Ka Ho Ng
2021-11-10
cubeb_oss: changes to buffering logic
Ka Ho Ng
2021-11-10
build: minor CMake cleanups
Andrea Pappacoda
2021-11-10
Tidy up `WRAP` definition for dlopen.
Matthew Gregan
2021-11-09
build: use system speex when possible
Andrea Pappacoda
2021-11-09
build: add USE_SANITIZERS option
Andrea Pappacoda
2021-11-06
build: add LAZY_LOAD_LIBS option and always link with threads
Andrea Pappacoda
2021-11-04
jack: possibility to disable lazy load of lib
Andrea Pappacoda
2021-11-02
CI: Update apt package index before install.
Matthew Gregan
2021-11-01
build(cmake): add version and soversion to the built library
Andrea Pappacoda
2021-11-01
build(cmake): use system GTest when available
Andrea Pappacoda
2021-10-15
android: Fix build error
pent0
2021-10-12
wasapi: Use stream rate when converting latency to hns.
Matthew Gregan
2021-08-02
winmm: clang-format fixes.
Matthew Gregan
2021-08-01
winmm: fix broken audio when sample count is overflowed
mixit
2021-07-28
Add clang-format-check target to CMake and run on CI.
Matthew Gregan
2021-07-28
Increase delay to really test the pulse backend.
Paul Adenot
2021-07-28
winmm: Fix sorting of mm*.h headers.
Matthew Gregan
2021-07-28
winmm: Undo some header reordering to fix build.
Matthew Gregan
2021-07-28
Run .clang-format
Chun-Min Chang
2021-07-27
wasapi: Avoid a few copies in `wasapi_find_matching_output_device`.
Matthew Gregan
2021-07-25
Add a multiple input devices test (#651)
Chun-Min Chang
2021-07-20
wasapi: Don't set AUDCLNT_STREAMFLAGS_NOPERSIST on IAudioClient (<3) streams....
Matthew Gregan
2021-07-13
Address review comments.
Paul Adenot
2021-07-13
Grab input frames on input available event and not on output available event
Paul Adenot
2021-07-13
Use long buffers for input
Paul Adenot
2021-07-13
Always use default buffer size
Paul Adenot
2021-07-13
Log input and output frames
Paul Adenot
2021-07-06
don't run resampler unless we have enough frames
Ryan Hileman
2021-07-05
sndio: default max_channels to 8 for OUTPUT and 2 for INPUT
Alexandre Ratchov
2021-05-25
wasapi: Adjust output stream volume internally rather than using IAudioStream...
Matthew Gregan
2021-05-06
memory_order_relaxed has changed in c++20
Tomas Maly
2021-04-29
oss: Use the minimum space of both direction in full-duplex path
Hans Petter Selasky
[next]