Commit Graph

7 Commits

Author SHA1 Message Date
Jaydeep Dhole d4b7bcb151 Added tinywavinfo utility
-This utility displays average power of each channel in the wave file.
-This utility quickly checks the audio input path is up or not by analysing wav file captured by tinycap

Signed-off-by: Jaydeep Dhole <jaydeepdhole@gmail.com>
2015-08-07 20:26:27 +05:30
Simon Wilson f7f35cc62b Add tinypcminfo utility
This uses the new pcm_params_* API.
2012-12-03 11:09:13 -08:00
Mark Brown 99089d75f2 Android.mk: Disable prelinking by default
Support building out of the box on Android releases that don't have this
library in their prelink map.
2011-07-21 19:02:22 +01:00
Simon Wilson dd84573ac2 Add tinycap utility to capture PCM riff/wave files
This adds a utility to capture audio with a specified number of
parameters. Capturing continues until a signal is received
(ctrl-c).

Contains some contributions from Chris Kelly <c-kelly@ti.com>
2011-07-14 12:06:23 -07:00
Simon Wilson d2cb503009 Improve mixer support
- support get/set of multiple values
- add parameter checking to functions
- add api function to get control type
- add tinymix utility to list mixer controls
2011-06-04 00:57:17 -07:00
Simon Wilson 98be0055ff Fix issues with tinyplay
- Add to Android.mk
- Add "all" rule to Makefile
- Remove redundant old play code from tinyplay.c
- Add error checking to tinyplay
2011-06-03 18:28:26 -07:00
Simon Wilson 79d396583b Initial contribution 2011-05-25 13:45:38 -07:00