index
:
tinyalsa
master
Tiny library to interface with ALSA in the Linux kernel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tinycap.c
Age
Commit message (
Expand
)
Author
2016-10-01
put programs into utils dir
Taylor Holberton
2016-02-14
Merge pull request #70 from virajkarandikar/master
Simon Wilson
2016-01-24
fix format specifier for unsigned int
Svyatoslav Mishyn
2016-01-22
tinycap: add capture time parameter
Viraj Karandikar
2015-09-15
Merge pull request #62 from gkasten/pcm_config_zero
Simon Wilson
2015-09-02
initialize pcm_config to zero
Haynes Mathew George
2013-08-13
tinycap: support streaming captured PCM to stdout
Richard Fitzgerald
2013-07-17
tinycap: support 24 bit capture
Simon Wilson
2013-04-30
tinycap: convert size from frames to bytes
ceskobassman
2012-11-09
Add -Wall to Makefile and fix warnings
Simon Wilson
2012-07-03
Report correct chunk size per RIFF format requirements
Peter Malkin
2012-04-05
tinycap: Fix byte_rate and block_align values
Misael Lopez Cruz
2012-03-08
tinycap: add missing options to usage string
Simon Wilson
2012-02-08
tinycap, tinyplay, tinymix: Add extra parameters.
Gabriel M. Beddingfield
2012-02-08
tinycap, tinyplay: Check *argv before dereferencing.
Gabriel M. Beddingfield
2011-08-05
Ensure threasholds are zeroed before opening pcm
Simon Wilson
2011-07-19
tinycap: remove extra parameter from strcmp
Simon Wilson
2011-07-14
Add tinycap utility to capture PCM riff/wave files
Simon Wilson