]> git.alsa-project.org Git - alsa-utils.git/commit
alsabat: add standalone mode
authorLu, Han <han.lu@intel.com>
Tue, 15 Mar 2016 03:18:53 +0000 (11:18 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Mar 2016 08:59:26 +0000 (09:59 +0100)
commit72800ad6bd32dc349c02a8328e73524423b60076
treeb6e29fed0a747c89bce12796dcbb440f14949443
parent333cd85d7d15cdcb26fbc0ad688de31b496b94ed
alsabat: add standalone mode

Add support for standalone mode where alsabat will run on a
different machine to the one being tested.
In standalone mode, the alsabat just generates, playback and
capture sound data like in normal mode, but does not analyze.
The alsabat being built without libfftw3 support is always work
in standalone mode.
The alsabat in normal mode can also bypass data analysis using
option "--standalone".

Signed-off-by: Lu, Han <han.lu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
bat/Makefile.am
bat/alsabat.1
bat/bat.c
bat/common.h
configure.ac