summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/wav.c
AgeCommit message (Expand)Author
2011-11-20Move mmc/mtc and volume control bits from struct aproc to structAlexandre Ratchov
2011-10-12Simplify and improve the way options are parsed and remove ~300 linesAlexandre Ratchov
2011-06-03Reorganize the way command line options are parsed and stored.Alexandre Ratchov
2011-05-09initialize 'pstate' field of the wav structureAlexandre Ratchov
2010-11-20clean up cases of ;;Theo de Raadt
2010-11-05Convert ulaw/alaw to native format (ie using ADATA_XXX defines) ratherAlexandre Ratchov
2010-09-18add forgotten ``return NULL'' when a .wav file fails to get theAlexandre Ratchov
2010-06-04when attaching files to play or record to the device, check thatAlexandre Ratchov
2010-06-04Allow the audio device to be opened only while it's actually used.Alexandre Ratchov
2010-05-08prime play buffers as soon as the device is opened, otherwise aAlexandre Ratchov
2010-05-02Clean up device handling code to clarify different initialization phasesAlexandre Ratchov
2010-04-24rename ibuflist/obuflist -> ins/outs to cut long linesAlexandre Ratchov
2010-04-21adds the necessary bits to join channels (ex stereo->mono) orAlexandre 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-14Use -C option to specify recorded channel range instead of -c whichAlexandre Ratchov
2010-01-10Add traces to help tracking subtle timing bugs often causingAlexandre Ratchov
2010-01-05Make the way .wav files are handled closer to the way sockets areAlexandre Ratchov
2009-09-27remove all debug tracesAlexandre Ratchov
2009-09-19if pipe_read() returns 0 we are at EOF and the structure describingJacob Meuser
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-02-04if there are too many connections, stop acceping new ones ratherAlexandre Ratchov
2009-01-23spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>Alexandre Ratchov
2008-11-26when recording .wav files overwrite user supplied parameters withAlexandre Ratchov
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre Ratchov