aboutsummaryrefslogtreecommitdiff
path: root/utils/tinyplay.c
AgeCommit message (Expand)Author
2021-06-29refactoring and fix typodvdli
2021-06-29refactoring: add a wave-file parsing functiondvdli
2021-03-11add floating-point PCM supoort to tinyplaydvdli
2021-02-22support float config and float wave file playbackdvdli
2021-01-28Let pcm_mmap_read/write call pcm_readi/writeidvdli
2021-01-28prepare in pcm_generic_transferdvdli
2021-01-12remove pcm_prepare in pcm_opendvdli
2020-11-02calcuate the thresholds after options parsingdvdli
2020-11-02modify the buffer size to the period size to avoid underrundvdli
2020-10-29check whether the audio data are still enough to playdvdli
2020-10-29AOSP CL "tinyalsa: fix typos in tinyplay and asoundlib.h"dvdli
2020-10-28initialize silence_size to zerodvdli
2020-06-03tinyplay: replace manual option parsing with optparseEthan Sommer
2020-04-24Waiting for PCM to finish before exitingTaylor Holberton
2020-04-22Removed whitespaceTaylor Holberton
2019-05-23Fix typo in -D and -d options descriptionsjcromero
2017-12-15Added reading from stdin.Magickal Feline
2017-11-06fixed short option in tinyplayTaylor Holberton
2017-04-13Fix to pass num_frames to pcm_writeiJaikrishna Nemallapudi
2016-12-01Replaced old calls to pcm_read and pcm_writeTaylor Holberton
2016-11-19created cmd and ctx structures for tinyplayTaylor Holberton
2016-10-02added error if -i file-type doesn't make senseTaylor Holberton
2016-10-01checking results of fread() callsTaylor Holberton
2016-10-01put programs into utils dirTaylor Holberton