Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-22 | Add device selection to cubeb-test | Chun-Min Chang | |
It's a lot easier to develop/debug device-related features/issues if we can select input or/and output device for the audio stream in cubeb-test | |||
2020-05-29 | Add input stream latency test (#590) | Koalab99 | |
* Add input stream latency test It calls the stream ops and ask for input latency if the output device has type INPUT. * Changes for pull 590 Co-authored-by: Corentin ARNOULD <[email protected]> | |||
2020-01-22 | fix a few warnings (#571) | Alex Chronopoulos | |
2020-01-21 | tool: add an option to destroy a stream | Alex Chronopoulos | |
2019-10-01 | tool: use backend name in cubeb_init. | Alex Chronopoulos | |
2019-10-01 | tool: get the max number of output channels. | Alex Chronopoulos | |
2019-09-05 | tool: add an option to force stream drain (#536) | Alex Chronopoulos | |
2019-07-18 | Add a rountrip latency testing mode to the tool | Paul Adenot | |
2019-07-12 | cubeb-test: Fix -Wimplicit-int-conversion warning and handle EOF correctly. | Matthew Gregan | |
2019-06-11 | Fix tests warnings (#512) | Chun-Min Chang | |
* Using unsigned long-long modifier in fprintf * Remove unnecessary lambda captures * Align naming conventions among the functions * Replace llu by PRIu64 * Define __STDC_FORMAT_MACROS * Using default capture | |||
2019-04-23 | test: add option to get the posotion of a stream (#504) | Alex Chronopoulos | |
* test: add option to get the posotion of a stream * Correct the errom message | |||
2019-02-08 | cubeb-test: add options to enable/disable logs. | achronop | |
2019-02-05 | cubeb-test: improvements for testing collection changed callback (#489) | Alex Chronopoulos | |
* cubeb-test: improvements for testing collection changed callback * Apply review comments | |||
2019-02-01 | Cubeb app for basic testing. (#487) | Alex Chronopoulos | |
* Cubeb app for basic testing. * cubeb-test: fix windows build * address review comments |