aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2023-04-26Prevent running test that make use of audio input streams on backends that do...Paul Adenot
2023-04-20Sync back BMO#1825328Paul Adenot
2022-12-14Add a triple_buffer class that allows publishing data in a wait-free manner f...Paul Adenot
2022-12-12Add a test to stress test the asynchronous logging systemPaul Adenot
2022-12-05Account for the fact that some OSes have longer callback duration and async l...Paul Adenot
2022-12-02Inline values for stream params in test_logging.cpp, undef defines in test to...Paul Adenot
2022-12-02Allow dynamic enabling and disabling of the log, add tests for the logging sy...Paul Adenot
2022-03-30Add test case for data_callback returning error.Matthew Gregan
2022-03-08Add a parameter to cubeb_resampler_create to enable reclockingPaul Adenot
2022-02-28Assert device collection callbacks were unregistered before cubeb_destroy is ...Matthew Gregan
2021-07-28Increase delay to really test the pulse backend.Paul Adenot
2021-07-25Add a multiple input devices test (#651)Chun-Min Chang
2021-02-17Remove cubeb_stream_reset_default_device API.Matthew Gregan
2020-10-07Add method to change stream nameBrendan Early
2020-09-21Address review commentsPaul Adenot
2020-09-21Add a test case for WASAPI reconfigure eventPaul Adenot
2020-06-30resampler: avoid overflow on uint arithmeticsAlex Chronopoulos
2020-04-26tests: Fix crash when device enumeration is not supportedCameron Cawley
2020-03-31Remove test for registering device changed callback twiceChun-Min Chang
2020-01-22fix a few warnings (#571)Alex Chronopoulos
2020-01-22resampler: avoid integer signed comparison mismatch (#570)Alex Chronopoulos
2020-01-21resampler: handle explicitly the case that input frames are less than output ...Alex Chronopoulos
2020-01-21test_ring_buffer: Use `yield` instead of `sleep_for(10us)`. (#569)Matthew Gregan
2019-09-06test: unbreak on non-GTEST_HAS_DEATH_TEST platformsJan Beich
2019-08-22Remove panning API from cubebPaul Adenot
2019-06-11Fix tests warnings (#512)Chun-Min Chang
2019-03-30Make sure data_callback and state_callback are not null (#496)Chun-Min Chang
2019-01-06Make sure no active device changed callback when registering a new oneChun-Min Chang
2019-01-06Add tests for cubeb_stream_register_device_changed_callbackChun-Min Chang
2018-12-17trivial test to check if cubeb_stream_get_latency is callable (for Rust imple...Chun-Min Chang
2018-12-17Remove misleading commentsChun-Min Chang
2018-10-18 tests: check correctly the audio buffer values range (BMO 1484541). (#461)Alex Chronopoulos
2018-07-19audiounit: Reduce duplicate code in audiounit_stream_get_current_device (#453)Chun-Min Chang
2018-03-27Initialize cubeb_stream_params.prefs field in more tests to avoid random fail...Matthew Gregan
2018-03-21wasapi: Remove COM initialization and require caller to complete.Matthew Gregan
2018-03-19Multi-channels support for windows/mac/linux (#426)Jean-Yves Avenard
2018-03-13Relax some of the checks in the loopback test to avoid false positives.Bryce Van Dyk
2018-03-01Add test to verify the behaviour a different return values for data callbacks.Bryce Van Dyk
2018-01-26Fix deadlock and device collection changed callback issue on OSX (#401)Paul Adenot
2018-01-23Explicitly init stream_params.prefs in tests.Bryce Van Dyk
2018-01-23Update loopback test to check that output is not passed in data callbackBryce Van Dyk
2018-01-23Respond to review comments.Bryce Van Dyk
2018-01-23Add loopback test where devices are explicitly selected via device id.Bryce Van Dyk
2018-01-23Add test for loopback when playback is silentBryce Van Dyk
2018-01-23Add further test for separate loopback and playback streams.Bryce Van Dyk
2018-01-23Add loopback test file and test for duplex stream with loopback.Bryce Van Dyk
2018-01-18Don't enumerate private aggregate devices in cubeb_audiounit.cpp (#400)Paul Adenot
2018-01-12cubeb_resampler_speex: don't call data callback while draining (#398)Karl Tomlinson
2017-10-13Mute test deadlockAlex Chronopoulos
2017-10-03Implement some rudimentary underrun protection for duplex streams (#354)Paul Adenot