OSDN Git Service

Android: add makefile and config.h
[android-x86/external-alsa-utils.git] / bat /
2018-08-05 Jonathan Liualsabat: Allow custom sample format for round trip...
2018-04-03 Jaroslav Kyselabat: alsa.c - move the thread cleanup pop before goto...
2017-08-30 Zhang Keqiaoalsabat: fix one uninitialized warning issue
2016-08-30 Keqiao, Zhangalsabat: add system power management S3 test
2016-08-30 Keqiao, Zhangalsabat: fix alsabat -86 error
2016-08-23 Focus Luoalsabat: add amixer config files
2016-08-23 Focus Luoalsabat: automation test scripts
2016-07-20 Vinod Koulalsabat: make snr_is_valid static
2016-06-12 Lu, Hanalsabat: fix a missing break in switch
2016-06-08 Lu, Hanalsabat: add noise detection
2016-06-08 Lu, Hanalsabat: add a single channel sine wave generator
2016-06-08 Lu, Hanalsabat: add channels parameter for adjust_waveform()
2016-06-08 Lu, Hanalsabat: align the data type on float
2016-06-08 vivian,zhangalsabat: add round trip audio latency test
2016-06-01 Lu, Hanalsabat: fix a possible memory leak
2016-05-31 vivian,zhangalsabat: add buffer size and period size settings
2016-04-18 Lu, Hanalsabat: add terminate status check for capture thread
2016-03-23 Lu, Hanalsabat: add tinyalsa support
2016-03-23 Lu, Hanalsabat: move alsa process to a single block
2016-03-23 Lu, Hanalsabat: use general data generator function
2016-03-23 Lu, Hanalsabat: clean return value for playback and capture...
2016-03-23 Lu, Hanalsabat: use general function for wav header update
2016-03-23 Lu, Hanalsabat: refactoring alsa capture thread
2016-03-21 Lu, Hanalsabat: use variable for thread return value
2016-03-21 Lu, Hanalsabat: fix fopen and messages
2016-03-21 Lu, Hanalsabat: fix misusing of errno
2016-03-15 Lu, Hanalsabat: add bash test script
2016-03-15 Lu, Hanalsabat: add standalone mode
2016-03-15 Lu, Hanalsabat: add default device name for playback and capture
2016-03-01 Lu, Hanalsabat: truncate sample frames for faster FFT analysis
2016-02-03 Lu, Hanalsabat: rename to avoid naming conflict
2015-11-09 Takashi Iwaibat: Don't pass incompatible function pointers to pthre...
2015-11-09 Takashi Iwaibat: Avoid local signal.h file
2015-10-27 Jaroslav Kyselabat: add all headers to noinst_HEADERS
2015-10-27 Jaroslav Kyselabat: don't link all binaries with fftw library, add...
2015-10-24 Caleb CromeBAT: Add missing locale.h header
2015-10-21 Lu, HanBAT: Add man page
2015-10-20 Lu, HanBAT: Use dynamic temp file
2015-10-20 Lu, HanBAT: Change comments and interface of usage()
2015-10-20 Lu, HanBAT: Use colon instead of comma for separation
2015-10-20 Lu, HanBAT: Remove redundant message strings
2015-10-02 Lu, HanBAT: Add Makefile and configures
2015-10-02 Lu, HanBAT: Add spectrum analysis functions
2015-10-02 Lu, HanBAT: Add converting functions
2015-10-02 Lu, HanBAT: Add signal generator
2015-10-02 Lu, HanBAT: Add playback and record functions
2015-10-02 Lu, HanBAT: Add common definitions and functions
2015-10-02 Lu, HanBAT: Add initial functions