alsa-utils/bat
Tim Bird 9e525074d2 bat: Add 'readcapture' option to support analyzing external audio
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.

Fixes: https://github.com/alsa-project/alsa-utils/pull/166
Signed-off-by: Tim Bird <tim.bird@sony.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2022-11-04 22:06:00 +01:00
..
tests alsabat: add amixer config files 2016-08-23 15:43:23 +02:00
alsa.c bat: alsa.c - move the thread cleanup pop before goto exit3 2018-04-03 10:54:38 +02:00
alsa.h BAT: Add playback and record functions 2015-10-02 12:42:01 +02:00
alsabat-test.sh alsabat: add system power management S3 test 2016-08-30 07:49:46 +02:00
alsabat.1 alsabat: fix typo 2020-10-06 13:00:18 +02:00
analyze.c alsabat: fix one uninitialized warning issue 2017-08-30 10:19:08 +02:00
analyze.h BAT: Add spectrum analysis functions 2015-10-02 12:42:03 +02:00
bat-signal.h alsabat: add a single channel sine wave generator 2016-06-08 15:14:06 +02:00
bat.c bat: Add 'readcapture' option to support analyzing external audio 2022-11-04 22:06:00 +01:00
common.c Avoid pointer arithmetic on void * 2020-02-10 12:38:52 +01:00
common.h bat: Add 'readcapture' option to support analyzing external audio 2022-11-04 22:06:00 +01:00
convert.c alsabat: align the data type on float 2016-06-08 15:12:27 +02:00
convert.h alsabat: align the data type on float 2016-06-08 15:12:27 +02:00
latencytest.c alsabat: Allow custom sample format for round trip latency test 2018-08-05 18:45:28 +02:00
latencytest.h alsabat: add round trip audio latency test 2016-06-08 15:11:25 +02:00
Makefile.am alsabat: automation test scripts 2016-08-23 15:40:03 +02:00
signal.c alsabat: add a single channel sine wave generator 2016-06-08 15:14:06 +02:00
tinyalsa.c alsabat: add round trip audio latency test 2016-06-08 15:11:25 +02:00
tinyalsa.h alsabat: add tinyalsa support 2016-03-23 17:51:22 +01:00