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_loopback.cpp
Age
Commit message (
Expand
)
Author
2023-11-10
Non-functional change: clang-format tests
Paul Adenot
2023-04-26
Skip a couple more tests when a backend can't use audio input
Paul Adenot
2023-04-26
Don't run test_loopback and test_duplex on backends that can't open audio input
Paul Adenot
2023-04-26
Prevent running test that make use of audio input streams on backends that do...
Paul Adenot
2020-01-22
fix a few warnings (#571)
Alex Chronopoulos
2018-10-18
tests: check correctly the audio buffer values range (BMO 1484541). (#461)
Alex Chronopoulos
2018-03-27
Initialize cubeb_stream_params.prefs field in more tests to avoid random fail...
Matthew Gregan
2018-03-13
Relax some of the checks in the loopback test to avoid false positives.
Bryce Van Dyk
2018-01-23
Explicitly init stream_params.prefs in tests.
Bryce Van Dyk
2018-01-23
Update loopback test to check that output is not passed in data callback
Bryce Van Dyk
2018-01-23
Respond to review comments.
Bryce Van Dyk
2018-01-23
Add loopback test where devices are explicitly selected via device id.
Bryce Van Dyk
2018-01-23
Add test for loopback when playback is silent
Bryce Van Dyk
2018-01-23
Add further test for separate loopback and playback streams.
Bryce Van Dyk
2018-01-23
Add loopback test file and test for duplex stream with loopback.
Bryce Van Dyk