aboutsummaryrefslogtreecommitdiff
path: root/utils/tinyplay.c
AgeCommit message (Collapse)Author
2016-12-01Replaced old calls to pcm_read and pcm_writeTaylor Holberton
The newer pcm_readi and pcm_writei functions are now being used.
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