summaryrefslogtreecommitdiff
path: root/sys/src/cmd/audio
AgeCommit message (Expand)Author
2015-07-13libFLAC: fix compiler warnings by properly declaring void function argumentscinap_lenrek
2014-12-15audio/flacdec: fix pcmconv pipeline race (thanks mischief and henesy)cinap_lenrek
2014-09-16oggdec: recognize "begin of stream" packets and restart decodingcinap_lenrek
2014-03-26audio/oggdec: wait for pcmconv child process to exitcinap_lenrek
2014-03-03pcmconv: revert previous change, fix dither clippingcinap_lenrek
2014-03-03pcmconv: fix dither clippingcinap_lenrek
2014-02-05have to use NULL instead of nil for ape programs...cinap_lenrek
2014-02-05fix wrong type for terminating nil argument for execl()cinap_lenrek
2014-01-10mixfs: make mixbuffer addition atomiccinap_lenrek
2013-12-27audio/mixfs: implement Tstat to obtain buffer size, better underrun handlingcinap_lenrek
2013-12-26add audio/mixfs to allow simultanious playback streams over a single /dev/audiocinap_lenrek
2013-11-06mp3dec: fix volume for mp3deccinap_lenrek
2012-12-17audio/pcmconv: fix mistakecinap_lenrek
2012-12-14audio/pcmconv: implement stereo -> mono conversion (mixing)cinap_lenrek
2012-12-14audio/pcmconv: check bits for same format check not just frameszcinap_lenrek
2012-12-14audio: replace µlawdec, add big endian and µlaw audio formats to pcmconv, Â...cinap_lenrek
2012-12-13audio/pcmconv: ditheringcinap_lenrek
2012-12-12audio/pcmconv: cleanupcinap_lenrek
2012-12-12audio/pcmconv: implement filter coefficient interpolation, cleanupcinap_lenrek
2012-12-12audio/pcmconv: mistake for double to int conversion (thanks ftrvxmtrx)cinap_lenrek
2012-12-11audio/pcmconv: check number of input channelscinap_lenrek
2012-12-11audio/pcmconv: disable floating point exceptions for data conversioncinap_lenrek
2012-12-11audio: fix broken write() size for mp3dec/oggdec/flacdeccinap_lenrek
2012-12-11audio/pcmconv: implement band limited audio resampler using fir filtercinap_lenrek
2012-12-08µlaw audio support (from erik quanstro)cinap_lenrek
2012-12-08audio: add audio/pcmconv programcinap_lenrek
2012-07-30import updated compilers from sourcescinap_lenrek
2012-03-08wave pcm supportcinap_lenrek
2012-02-14mp3dec: skip ID3v2 tagscinap_lenrek
2012-02-11flacdec: remove debugcinap_lenrek
2012-02-11FLAC audio supportcinap_lenrek
2012-02-06oggdec: resample to target frequencycinap_lenrek
2012-01-26mp3dec: resample to target frequency, play: guess mp3 from filenamecinap_lenrek
2012-01-22move mp3 stuff to /sys/src/cmd/audio, add ogg vorbis, add playcinap_lenrek