aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
AgeCommit message (Collapse)Author
2022-03-22Add device selection to cubeb-testChun-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-29Add 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-22fix a few warnings (#571)Alex Chronopoulos
2020-01-21tool: add an option to destroy a streamAlex Chronopoulos
2019-10-01tool: use backend name in cubeb_init.Alex Chronopoulos
2019-10-01tool: get the max number of output channels.Alex Chronopoulos
2019-09-05tool: add an option to force stream drain (#536)Alex Chronopoulos
2019-07-18Add a rountrip latency testing mode to the toolPaul Adenot
2019-07-12cubeb-test: Fix -Wimplicit-int-conversion warning and handle EOF correctly.Matthew Gregan
2019-06-11Fix 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-23test: 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-08cubeb-test: add options to enable/disable logs.achronop
2019-02-05cubeb-test: improvements for testing collection changed callback (#489)Alex Chronopoulos
* cubeb-test: improvements for testing collection changed callback * Apply review comments
2019-02-01Cubeb app for basic testing. (#487)Alex Chronopoulos
* Cubeb app for basic testing. * cubeb-test: fix windows build * address review comments