From 63bbb63343876d997a4b3914d21e638f92172979 Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Sat, 26 Dec 2020 08:33:26 -0800 Subject: [PATCH] paqa_devs.c: improve file comment --- qa/paqa_devs.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/qa/paqa_devs.c b/qa/paqa_devs.c index 87b074c..a7d19a2 100644 --- a/qa/paqa_devs.c +++ b/qa/paqa_devs.c @@ -1,11 +1,12 @@ /** @file paqa_devs.c @ingroup qa_src @brief Self Testing Quality Assurance app for PortAudio - Try to open the default devices and run through all the - possible configurations. This test does not verify - that the configuration works well. It just verifies - that it does not crash. It requires a human to listen to - the sine wave outputs. + Try to open devices and run through all possible configurations. + By default, open only the default devices. Command line options support + opening every device, or all input devices, or all output devices. + This test does not verify that the configuration works well. + It just verifies that it does not crash. It requires a human to + listen to the sine wave outputs. @author Phil Burk http://www.softsynth.com -- 2.43.0