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
path:
root
/
src
/
cubeb_aaudio.cpp
Age
Commit message (
Expand
)
Author
2024-07-04
Don't print cubeb result codes as if they're from AAudio
aaudio-input-processing
Andreas Pehrson
2024-07-04
Allocate and share session ID for input streams
Andreas Pehrson
2024-07-04
Implement aaudio_set_input_processing_params
Andreas Pehrson
2024-07-04
Split up reinitialize_stream
Andreas Pehrson
2024-07-04
Implement aaudio_get_supported_input_processing_params
Andreas Pehrson
2024-07-04
Reset stream params on init
aaudio-reset-params
Andreas Pehrson
2024-07-01
Set buffer capacity to allow for buffering
Andreas Pehrson
2024-05-24
Cast to int64_t to fix the build on 64-bits Android
Paul Adenot
2024-05-24
Clamp to positive value when computing latency for an output stream
Paul Adenot
2024-05-24
Clamp to positive value when computing latency for an output stream
Paul Adenot
2024-04-30
Invalidate timing info buffers when destorying AAudio stream.
John Lin
2024-04-16
Attempt to reinitialize the stream when the error callback is called with AAU...
Paul Adenot
2024-04-16
Log a message when waiting for AAUDIO_STREAM_STATE_STOP when shutting down a ...
Paul Adenot
2024-01-15
Add an API for muting the input side of a stream
Andreas Pehrson
2024-01-15
Add APIs for input processing
Andreas Pehrson
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-10-26
AAudio: ensure input buffer is large enough when reading input data
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
Run clang-format
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
AAudio: fix clang-tidy issues
Paul Adenot
2023-04-19
Don't spin when waiting for streams to be stopped.
Paul Adenot
2023-04-19
When an error happens, wait for the streams to be stopped before dispatching ...
Paul Adenot
2023-04-19
Add a way to know if the data callback is running
Paul Adenot
2023-04-19
Fix formatting warning
Paul Adenot
2023-04-19
Rename shutdown to shutdown_with_error got better convey the meaning
Paul Adenot
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-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-03-08
Add a parameter to cubeb_resampler_create to enable reclocking
Paul Adenot
2021-11-23
aaudio: Fix formatting.
Matthew Gregan
2021-11-23
aaudio: Fix build after a4e701ff602eb38d12f24e6ea2424336b470e225.
Matthew Gregan
2021-11-10
Tidy up `WRAP` definition for dlopen.
Matthew Gregan
2021-07-28
Run .clang-format
Chun-Min Chang
2021-02-17
Remove cubeb_stream_reset_default_device API.
Matthew Gregan
2020-12-07
Fix clock reporting on the AAudio backend
Paul Adenot
[next]