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
2023-03-21
On NetBSD, define _NETBSD_SOURCE for timersub()
Ryo ONODERA
2023-02-01
format cubeb_sndio.c
Paul Adenot
2023-02-01
sndio: switch audio to 24-bit precision
Alexandre Ratchov
2023-01-27
cmake: Make undefined symbols weak on Android
Macdu
2023-01-23
cmake: quote CXX_FLAGS substitution for MSVC
Liam
2023-01-09
Prefer the AAudio backend over the OpenSL ES backend
Paul Adenot
2023-01-09
Enable strdup(3) for NetBSD
Ryo ONODERA
2023-01-05
wasapi: Drop context lock before deleting context.
Matthew Gregan
2022-12-14
Fix warnings
Paul Adenot
2022-12-14
Generalize latency reporting to make it work in input-only and duplex modes
Paul Adenot
2022-12-14
Rewrite aaudio_stream_get_position with the accurate timing info provided by ...
Paul Adenot
2022-12-14
Compute and publish timing info, including position and latency, from the rea...
Paul Adenot
2022-12-14
Store the sample-rate on the stream struct
Paul Adenot
2022-12-14
Allow directly logging from cubeb_aaudio.cpp to logcat
Paul Adenot
2022-12-14
Add a triple_buffer class that allows publishing data in a wait-free manner f...
Paul Adenot
2022-12-13
Don't include timeapi.h because it doesn't exist in MinGW, include mmsystem.h...
Paul Adenot
2022-12-13
Fix warnings in cubeb_wasapi.cpp.
Paul Adenot
2022-12-12
Include timeapi.h in cubeb_wasapi.cpp manually to unbreak the build when WIN3...
Paul Adenot
2022-12-12
Add a test to stress test the asynchronous logging system
Paul Adenot
2022-12-12
Allow the asynchronous logging system to safely delete its storage.
Paul Adenot
2022-12-08
wasapi: Avoid reconfiguring default output stream spuriously.
Matthew Gregan
2022-12-08
wasapi: Fix default device change filtering logic.
Matthew Gregan
2022-12-08
wasapi: Typo fix.
Matthew Gregan
2022-12-08
cubeb-test: Add a newline after each log message.
Matthew Gregan
2022-12-08
wasapi: Release WASAPI resources in inverse order to acquisition.
Matthew Gregan
2022-12-05
Account for the fact that some OSes have longer callback duration and async l...
Paul Adenot
2022-12-02
Inline values for stream params in test_logging.cpp, undef defines in test to...
Paul Adenot
2022-12-02
Allow dynamic enabling and disabling of the log, add tests for the logging sy...
Paul Adenot
2022-10-19
Properly compare against current log level
Ty Lamontagne
2022-09-29
Clarify `cubeb_log_get_{log,callback}()` declaration.
Matthew Gregan
2022-09-22
Register threads explicitely created by cubeb
Paul Adenot
2022-09-22
Make the log callback and level atomic
Paul Adenot
2022-09-22
Simplify initialization of opensl backend
Paul Adenot
2022-09-21
Null check `context` in cubeb_enumerate_devices.
Matthew Gregan
2022-09-21
cmake: fix install rules
Alexandre Bouvier
2022-09-06
Remove comments after #endif to fix clang-format errors.
ivan-matveev
2022-09-06
Add #ifndef around dlclose() to allow build with "LAZY_LOAD_LIBS=OFF" cmake a...
ivan-matveev
2022-07-21
Add logging statement when input audio dropping happens
Paul Adenot
2022-07-21
Add a header to be able to use a frame profiler in cubeb
Paul Adenot
2022-07-19
Don't print the file name and \n twice when logging asynchronously (#715)
Paul Adenot
2022-07-18
Check log level in asynchronous logging macros before printing (#714)
az
2022-07-11
Update build instructions
japm48
2022-06-29
Merge pull request #712 from kinetiknz/fix_decl
Ashley
2022-06-30
Clarify `cubeb_async_log_reset_threads` declaration.
Matthew Gregan
2022-06-23
fix threading errors
-
2022-06-21
CI: update actions to v3, use macos-11 environment and bump Android API target
aeiouaeiouaeiouaeiouaeiouaeiou
2022-05-31
Update INSTALL.md
Kevin Yin
2022-04-13
wasapi: Fail stream setup instead of asserting if device latency unavailable.
Matthew Gregan
2022-04-13
wasapi: Stop audio clients when render thread exits.
Matthew Gregan
2022-04-11
wasapi: Enumerate only active devices when matching BT output device.
Matthew Gregan
[next]