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
/
test
/
test_overload_callback.cpp
Age
Commit message (
Expand
)
Author
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-04-26
Only run test_overload.cpp when using the WASAPI backend
Paul Adenot
2022-12-02
Inline values for stream params in test_logging.cpp, undef defines in test to...
Paul Adenot
2018-10-18
tests: check correctly the audio buffer values range (BMO 1484541). (#461)
Alex Chronopoulos
2018-01-23
Explicitly init stream_params.prefs in tests.
Bryce Van Dyk
2017-06-24
Change cubeb_get_min_latency to take params via pointer.
Dan Glastonbury
2017-05-23
Add backend specification support to common.h
Dan Glastonbury
2017-04-13
tests: Remove code preferring floats on Win32
Michael Maltese
2017-04-06
Replace cubeb_cleaner and cubeb_stream_cleaner by unique_ptr
Chun-Min Chang
2017-04-06
Using RAII helpers for cubeb context and stream but leaving test_sanity for e...
Chun-Min Chang
2017-03-27
Replace printf by fprintf with stderr
Chun-Min Chang
2017-03-27
Replace assert by gtest assertion
Chun-Min Chang
2017-03-15
test_overload_callback: Use the standard STREAM_FORMAT definition.
Matthew Gregan
2017-03-13
cubeb-api: Give cubeb_init a third param, backend name
Damien Zammit
2017-03-09
Make `stop_and_join_render_thread` more idempotent, and add a test.
Paul Adenot