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
2021-02-17
Remove cubeb_stream_reset_default_device API.
Matthew Gregan
2020-12-07
Fix clock reporting on the AAudio backend
Paul Adenot
2020-11-03
Null check input and output stream param before dereferencing
Paul Adenot
2020-11-02
Format src/cubeb_aaudio.cpp with clang-format
Paul Adenot
2020-11-02
Cleanup comments, add misc. logs.
Paul Adenot
2020-11-02
Port over the input and output policies for voice content from OpenSL to AAud...
Paul Adenot
2020-11-02
Implement cubeb_get_preferred_sample_rate for the new AAudio backend.
Paul Adenot
2020-11-02
Implement cubeb_get_min_latency for the new AAudio backend.
Paul Adenot
2020-11-02
Implement cubeb_stream_get_input_latency for the new AAudio backend.
Paul Adenot
2020-11-02
Implement cubeb_stream_get_latency for the new AAudio backend.
Paul Adenot
2020-11-02
Remove context and stream name related code, this is not used on Android.
Paul Adenot
2020-11-02
Use C++ style unused argument instead of C-style.
Paul Adenot
2020-11-02
Use sizeof instead of numeric litterals.
Paul Adenot
2020-11-02
Make the low-latency/powersave policy choice dynamic, based on latency.
Paul Adenot
2020-11-02
Use a constant instead of a define.
Paul Adenot
2020-11-02
Capitalize enums, as it's done elsewhere.
Paul Adenot
2020-10-30
Don't use exception in the new cubeb_aaudio.cpp, and don't build with excepti...
Paul Adenot
2020-10-28
Fix rebase for new latency method
nyorain
2020-10-28
aaudio: Make sure to completely cleanup streams
nyorain
2020-10-28
Add minor documentation and logs
nyorain
2020-10-28
Move aaudio backend to C++ & enable low latency
nyorain