]> git.alsa-project.org Git - alsa-utils.git/commit
alsabat: align the data type on float
authorLu, Han <han.lu@intel.com>
Wed, 8 Jun 2016 19:42:46 +0000 (03:42 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 8 Jun 2016 13:12:27 +0000 (15:12 +0200)
commit09cb66f40c99a9ea90ceea6d00a87faf092628e0
tree231b1432917d735faade1cd4743a0085f9bf5363
parent4157528808e992d0b280f9f9bd8df7d6c81176e5
alsabat: align the data type on float

Aligning the data type of fftw analyzer, sample converter and other
components on float, because:
  1. avoid unnecessary data type conversion;
  2. using float is more efficient than using double;
  3. the extra double accuracy is not required.

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