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
2024-01-15
Add APIs for input processing
Andreas Pehrson
2024-01-08
Checking buffer, buffer_in, buffer_out pointers for non NULL values
Nikolay Borodin
2023-12-12
auto_array: protect from various calls when length_ is 0
Andreas Pehrson
2023-11-21
Relax a single test_sanity.cpp assertion when using OpenSL
Paul Adenot
2023-11-21
Allow not being able to get the minimum latency in test_callback_ret.cpp and ...
Paul Adenot
2023-11-21
Add static keyword to fix build of tests in unified builds
Paul Adenot
2023-11-21
Fix latency reporting on OpenSL
Paul Adenot
2023-11-10
Remove test_deadlock.cpp file, hasn't been compiled since March 2018
Paul Adenot
2023-11-10
Include gtest.h in test/common.h
Paul Adenot
2023-11-10
Include the header directly to use AudioBuffer on macOS in cubeb_ring_array.h
Paul Adenot
2023-11-10
Non-functional change: Directly include string.h in test/common.h
Paul Adenot
2023-11-10
Consistently use double in the mixer
Paul Adenot
2023-11-10
Non functional change: Fix missing documentation in cubeb.h
Paul Adenot
2023-11-10
Non-functional change: Check tests when checking format
Paul Adenot
2023-11-10
Non-functional change: clang-format tests
Paul Adenot
2023-11-10
Non functional change: fix unified compilation issue -- make callbacks static
Paul Adenot
2023-11-10
clang-format
Paul Adenot
2023-11-10
Reset logging thread ID when starting a new stream to allow debugging comfort...
Paul Adenot
2023-11-10
AAudio: set the callback size to the latency passed in, increase internal buf...
Paul Adenot
2023-11-10
Add and modify a few logging statements
Paul Adenot
2023-11-10
AAudio: when finding that an input device has been disconnected, reinitialize...
Paul Adenot
2023-11-10
AAudio: remove unused header
Paul Adenot
2023-11-10
Reset thread id when a new stream is created, in OpenSL backend
Paul Adenot
2023-11-10
Fix output buffer conversion: handle differing channel count between input an...
Paul Adenot
2023-11-10
CI: update actions/checkout to v4
aeiouaeiouaeiouaeiouaeiouaeiou
2023-11-08
Fix mistake break audio input on OpenSL ES
Paul Adenot
2023-11-07
In test_duplex loop back all input frames
Andreas Pehrson
2023-10-26
AAudio: ensure input buffer is large enough when reading input data
Paul Adenot
2023-10-24
Return an error if failing to open a recorder and it's not a sample-rate not ...
Paul Adenot
2023-09-26
Actually use the return value in initialize_with_format callback call.
Paul Adenot
2023-09-15
Use uint64_t for the samplerate in opensl_stream_get_position to avoid overflow
Paul Adenot
2023-08-25
Generate compile_commands.json while building
Paul Adenot
2023-08-25
Handle input side
Paul Adenot
2023-08-25
Refactor conversion and format setting logic
Paul Adenot
2023-08-25
OpenSLES and related file: clang-format
Paul Adenot
2023-08-25
OpenSLES: clang-format
Paul Adenot
2023-08-25
OpenSLES: Fix most clang-tidy warnings
Paul Adenot
2023-08-25
OpenSLES: when floats IO aren't supported, perform a conversion
Paul Adenot
2023-08-25
OpenSLES: use cubeb logging facilities
Paul Adenot
2023-08-25
OpenSLES: compile as C++
Paul Adenot
2023-08-03
AAudio: Don't unlock a mutex owned by a lock_guard
Paul Adenot
2023-07-31
Don't attempt to use an unavailable cubeb_stream in aaudio_stream_init.
Paul Adenot
2023-07-26
Update googletest to current master
Paul Adenot
2023-07-26
Run clang-format
Paul Adenot
2023-07-26
Compile in C++17, like Gecko
Paul Adenot
2023-07-26
AAudio: Fix log level when stopping a stream
Paul Adenot
2023-07-26
AAudio: When a device is disconnected, reinitialize the stream with the same ...
Paul Adenot
2023-07-26
AAudio: Split init/destroy/start functions into an internal and external inte...
Paul Adenot
2023-07-26
AAudio: switch to using cubeb logging facilities
Paul Adenot
2023-07-26
Fix clang-tidy warnings in cubeb_log.cpp
Paul Adenot
[next]