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
Age
Commit message (
Expand
)
Author
2024-03-06
Only build duplex_collection_change_no_unregister when death tests are suppor...
Mike Hommey
2023-11-21
Relax a single test_sanity.cpp assertion when using OpenSL
Paul Adenot
2023-11-21
Allow not being able to get the minimum latency in test_callback_ret.cpp and ...
Paul Adenot
2023-11-10
Remove test_deadlock.cpp file, hasn't been compiled since March 2018
Paul Adenot
2023-11-10
Include gtest.h in test/common.h
Paul Adenot
2023-11-10
Non-functional change: Directly include string.h in test/common.h
Paul Adenot
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-11-07
In test_duplex loop back all input frames
Andreas Pehrson
2023-04-26
Skip a couple more tests when a backend can't use audio input
Paul Adenot
2023-04-26
Only run test_overload.cpp when using the WASAPI backend
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
2023-04-20
Sync back BMO#1825328
Paul Adenot
2022-12-14
Add a triple_buffer class that allows publishing data in a wait-free manner f...
Paul Adenot
2022-12-12
Add a test to stress test the asynchronous logging system
Paul Adenot
2022-12-05
Account for the fact that some OSes have longer callback duration and async l...
Paul Adenot
2022-12-02
Inline values for stream params in test_logging.cpp, undef defines in test to...
Paul Adenot
2022-12-02
Allow dynamic enabling and disabling of the log, add tests for the logging sy...
Paul Adenot
2022-03-30
Add test case for data_callback returning error.
Matthew Gregan
2022-03-08
Add a parameter to cubeb_resampler_create to enable reclocking
Paul Adenot
2022-02-28
Assert device collection callbacks were unregistered before cubeb_destroy is ...
Matthew Gregan
2021-07-28
Increase delay to really test the pulse backend.
Paul Adenot
2021-07-25
Add a multiple input devices test (#651)
Chun-Min Chang
2021-02-17
Remove cubeb_stream_reset_default_device API.
Matthew Gregan
2020-10-07
Add method to change stream name
Brendan Early
2020-09-21
Address review comments
Paul Adenot
2020-09-21
Add a test case for WASAPI reconfigure event
Paul Adenot
2020-06-30
resampler: avoid overflow on uint arithmetics
Alex Chronopoulos
2020-04-26
tests: Fix crash when device enumeration is not supported
Cameron Cawley
2020-03-31
Remove test for registering device changed callback twice
Chun-Min Chang
2020-01-22
fix a few warnings (#571)
Alex Chronopoulos
2020-01-22
resampler: avoid integer signed comparison mismatch (#570)
Alex Chronopoulos
2020-01-21
resampler: handle explicitly the case that input frames are less than output ...
Alex Chronopoulos
2020-01-21
test_ring_buffer: Use `yield` instead of `sleep_for(10us)`. (#569)
Matthew Gregan
2019-09-06
test: unbreak on non-GTEST_HAS_DEATH_TEST platforms
Jan Beich
2019-08-22
Remove panning API from cubeb
Paul Adenot
2019-06-11
Fix tests warnings (#512)
Chun-Min Chang
2019-03-30
Make sure data_callback and state_callback are not null (#496)
Chun-Min Chang
2019-01-06
Make sure no active device changed callback when registering a new one
Chun-Min Chang
2019-01-06
Add tests for cubeb_stream_register_device_changed_callback
Chun-Min Chang
2018-12-17
trivial test to check if cubeb_stream_get_latency is callable (for Rust imple...
Chun-Min Chang
2018-12-17
Remove misleading comments
Chun-Min Chang
2018-10-18
tests: check correctly the audio buffer values range (BMO 1484541). (#461)
Alex Chronopoulos
2018-07-19
audiounit: Reduce duplicate code in audiounit_stream_get_current_device (#453)
Chun-Min Chang
2018-03-27
Initialize cubeb_stream_params.prefs field in more tests to avoid random fail...
Matthew Gregan
2018-03-21
wasapi: Remove COM initialization and require caller to complete.
Matthew Gregan
2018-03-19
Multi-channels support for windows/mac/linux (#426)
Jean-Yves Avenard
2018-03-13
Relax some of the checks in the loopback test to avoid false positives.
Bryce Van Dyk
2018-03-01
Add test to verify the behaviour a different return values for data callbacks.
Bryce Van Dyk
[next]