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
/
utils
/
tinyplay.c
Age
Commit message (
Expand
)
Author
2021-07-13
fix remaining_data_size is 0 when not playing a wave file
dvdli
2021-06-29
refactoring and fix typo
dvdli
2021-06-29
refactoring: add a wave-file parsing function
dvdli
2021-03-11
add floating-point PCM supoort to tinyplay
dvdli
2021-02-22
support float config and float wave file playback
dvdli
2021-01-28
Let pcm_mmap_read/write call pcm_readi/writei
dvdli
2021-01-28
prepare in pcm_generic_transfer
dvdli
2021-01-12
remove pcm_prepare in pcm_open
dvdli
2020-11-02
calcuate the thresholds after options parsing
dvdli
2020-11-02
modify the buffer size to the period size to avoid underrun
dvdli
2020-10-29
check whether the audio data are still enough to play
dvdli
2020-10-29
AOSP CL "tinyalsa: fix typos in tinyplay and asoundlib.h"
dvdli
2020-10-28
initialize silence_size to zero
dvdli
2020-06-03
tinyplay: replace manual option parsing with optparse
Ethan Sommer
2020-04-24
Waiting for PCM to finish before exiting
Taylor Holberton
2020-04-22
Removed whitespace
Taylor Holberton
2019-05-23
Fix typo in -D and -d options descriptions
jcromero
2017-12-15
Added reading from stdin.
Magickal Feline
2017-11-06
fixed short option in tinyplay
Taylor Holberton
2017-04-13
Fix to pass num_frames to pcm_writei
Jaikrishna Nemallapudi
2016-12-01
Replaced old calls to pcm_read and pcm_write
Taylor Holberton
2016-11-19
created cmd and ctx structures for tinyplay
Taylor Holberton
2016-10-02
added error if -i file-type doesn't make sense
Taylor Holberton
2016-10-01
checking results of fread() calls
Taylor Holberton
2016-10-01
put programs into utils dir
Taylor Holberton