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
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
Repair opensl output latency, integer division issue.
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
Tell GTest that RTTI is not available for clang (for other compilers it's aut...
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
2020-10-28
AAudio: Address first review comments
nyorain
2020-10-28
AAudio: destroy pthread_condattr
nyorain
2020-10-28
AAudio: Fix codestyle
nyorain
2020-10-28
AAudio: Fix cv clock for android < 21
nyorain
2020-10-28
AAudio: Use condition variable instead of sleeping
nyorain
2020-10-28
AAudio: Implement stream_set_volume
nyorain
2020-10-28
AAudio: don't send stopped state after draining
nyorain
2020-10-28
Add android level with aaudio to CI
nyorain
2020-10-28
Remove pthread from libraries on android
nyorain
2020-10-28
Fix codestyle
nyorain
2020-10-28
Add first AAudio backend prototype
nyorain
2020-10-20
Remove add_latency from resampling code, it's not used
Paul Adenot
2020-10-20
Don't add initial delay to resamplers
Paul Adenot
2020-10-20
Revert "Don't account for unresampled data when computing how much input is n...
Vitor Kiguchi
2020-10-19
Add an option to not automatically connect ports on jack. (#613)
Richard Dodd (dodj)
2020-10-13
Add stream_set_name = null to cubeb_ops structs (#617)
khng300
2020-10-12
oss: Initialize cubeb_stream::state properly (#618)
khng300
2020-10-09
OSS (FreeBSD/illumos) backend (#600)
khng300
2020-10-09
Add stream preference to request a persistent stream session and implement th...
Admiral H. Curtiss
2020-10-07
Address review comments
Paul Adenot
2020-10-07
Don't use AUDCLNT_STREAMOPTIONS_RAW on MinGW, it's not defined yet.
Paul Adenot
2020-10-07
Make RAW WASAPI streams opt-in
Paul Adenot
2020-10-07
Pass in AUDCLNT_STREAMOPTIONS_RAW when possible when initializing an AudioClient
Paul Adenot
2020-10-07
Require at least the windows 8.1 SDK for building cubeb
Paul Adenot
2020-10-07
Add stream_set_name = null to cubeb_ops structs
Brendan Early
2020-10-07
Add method to change stream name
Brendan Early
2020-09-28
Fix CMake rust path and only use rust deps if needed
Guillaume Besson
2020-09-28
jack: Add functions to connect a cb+phys port pair
Zoë Sparks
2020-09-28
jack: Special case playing mono source in stereo
Zoë Sparks
2020-09-22
Fix wasapi_destroy_device usage, when it fails, in setup_wasapi_stream
Paul Adenot
2020-09-22
Clarify and fix expectations around wasapi_create_device
Paul Adenot
2020-09-21
Address review comments
Paul Adenot
2020-09-21
Add a test case for WASAPI reconfigure event
Paul Adenot
[prev]
[next]