aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
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
2017-08-29Add a thread reset API for the ring buffer class.Paul Adenot
2017-08-29test_sanity: Assert devid are same between two cubeb_eumerate_devices.Dan Glastonbury
2017-08-07Remove unused B2G-only stream_type field from cubeb_stream_params. (#347)Matthew Gregan
2017-07-12New test for undefined layout on outputAlex Chronopoulos
2017-06-24Change cubeb_get_min_latency to take params via pointer.Dan Glastonbury
2017-06-06audiounit: clear tsan warningsAlex Chronopoulos
2017-06-02Fix test_mixer fails on local build (#316)Chun-Min Chang
2017-05-29cubeb: Test cubeb_device_collection_destroy behaviour.Dan Glastonbury
2017-05-26cubeb_get_preferred_channel_layout should be verified in test_sanity instead ...Chun-Min Chang
2017-05-26Correct the check for mixed resultsChun-Min Chang