summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/abuf.h
AgeCommit message (Expand)Author
2010-10-21use MODE_xxx and XRUN_xxx macros everywhere, and zap correspondingAlexandre 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
2009-10-09Make abuf structure smaller:Alexandre Ratchov
2009-09-27remove all debug tracesAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov
2009-02-13style and typos fixes from Thomas PfaffAlexandre Ratchov
2009-01-23spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>Alexandre Ratchov
2008-11-16Make clients inherit the volume parameter when the -v option is used inAlexandre Ratchov
2008-11-10add a per-stream ``soft volume'' knob and the corresponding -v option.Alexandre Ratchov
2008-11-09make aucat(1) stop automatically the audio(1) device if it's idle. ThisAlexandre Ratchov
2008-11-03rename mixxxx and subxxx fields of struct abuf to avoid confusion:Alexandre Ratchov
2008-11-03A small optimization: handle most N-channel <-> M-channel conversionsAlexandre Ratchov
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre Ratchov
2008-08-14fix comments suggested by eric@, remove stupid DPRINTF()Alexandre Ratchov
2008-08-14add a bytes counter to abuf structures to count the number ofAlexandre Ratchov
2008-08-14move mix/sub underrun/overrun handling code and data in theAlexandre Ratchov
2008-08-14factor code that discards data from abuf strucure into a singleAlexandre Ratchov
2008-06-02allow the user to choose the aucat behaviour when underruns/overrunsAlexandre Ratchov
2008-06-02Allows any input/output stream to underrun/overrun without disturbingAlexandre Ratchov
2008-05-25give argument to LIST_END(), don't use variable lenght arrays as lastAlexandre Ratchov
2008-05-23add support for:Alexandre Ratchov