paqa_devs.c: improve file comment
This commit is contained in:
parent
d68a78d30b
commit
63bbb63343
1 changed files with 6 additions and 5 deletions
|
|
@ -1,11 +1,12 @@
|
||||||
/** @file paqa_devs.c
|
/** @file paqa_devs.c
|
||||||
@ingroup qa_src
|
@ingroup qa_src
|
||||||
@brief Self Testing Quality Assurance app for PortAudio
|
@brief Self Testing Quality Assurance app for PortAudio
|
||||||
Try to open the default devices and run through all the
|
Try to open devices and run through all possible configurations.
|
||||||
possible configurations. This test does not verify
|
By default, open only the default devices. Command line options support
|
||||||
that the configuration works well. It just verifies
|
opening every device, or all input devices, or all output devices.
|
||||||
that it does not crash. It requires a human to listen to
|
This test does not verify that the configuration works well.
|
||||||
the sine wave outputs.
|
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
|
@author Phil Burk http://www.softsynth.com
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue