summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/headers.c
AgeCommit message (Expand)Author
2010-11-05Convert ulaw/alaw to native format (ie using ADATA_XXX defines) ratherAlexandre Ratchov
2010-06-05Take into account wav ``riff'' header when calculating the offsetAlexandre Ratchov
2010-06-05when parsing wav headers, check that a data chuck actually existsAlexandre Ratchov
2010-05-27include stdint.hAlexandre Ratchov
2010-05-25enable support for ``extended'' .wav files since certain programsAlexandre Ratchov
2010-05-02Clean up device handling code to clarify different initialization phasesAlexandre Ratchov
2010-04-06aucat (server):Alexandre Ratchov
2010-04-03backout last change, committed by mistake, sorry...Alexandre Ratchov
2010-04-03doc fixes from jmcAlexandre Ratchov
2010-01-10Add traces to help tracking subtle timing bugs often causingAlexandre Ratchov
2009-12-12when parsing .wav headers, check if rate <= RATE_MAX (instead ofAlexandre Ratchov
2009-09-27remove all debug tracesAlexandre Ratchov
2009-07-25fix comments, remove no longer needed declaration, reorder includesAlexandre Ratchov
2009-04-22move support for ulaw/alaw encoding in .wav files from legacy modeAlexandre Ratchov
2009-04-11- make legacy mode use sio_open(3) (sndio) APIJacob Meuser
2009-01-23spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>Alexandre Ratchov
2008-11-16make aucat compile without DEBUG defined (still defined by default)Alexandre Ratchov
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre Ratchov
2008-05-23add support for:Alexandre Ratchov