alsa-utils icon indicating copy to clipboard operation
alsa-utils copied to clipboard

bat: Add 'readcapture' option to support analyzing external audio

Open tbird20d opened this issue 2 years ago • 0 comments

If audio data is captured on another device (ie we are NOT using loopback mode), then allow alsabat to analyze that data, by passing a filename reference on the command line.

Add the '--readcapture' option to the argument parser. When this option is specified, avoid doing a local capture, and instead just read the audio data from the indicated file, and analyze that.

Signed-off-by: Tim Bird [email protected]

tbird20d avatar Aug 16 '22 20:08 tbird20d