summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/dev.h
AgeCommit message (Expand)Author
2010-07-06Handle all streams the same way because there's no actualAlexandre Ratchov
2010-06-25don't attempt to drain devices after they are destroyed, whichAlexandre Ratchov
2010-06-05don't prime server buffers, because it's ugly and conceptuallyAlexandre 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-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-11When resuming from suspend, prime play buffers with silence,Alexandre Ratchov
2010-01-05Make the way .wav files are handled closer to the way sockets areAlexandre Ratchov
2009-11-03Allow any program using aucat to act as MMC slave and MTC masterAlexandre Ratchov
2009-10-10don't use a references to the device file to check the current modeAlexandre Ratchov
2009-10-09Make abuf structure smaller:Alexandre Ratchov
2009-08-19organize midi code like audio code, no functional changeAlexandre Ratchov
2009-07-25fix comments, remove no longer needed declaration, reorder includesAlexandre Ratchov
2009-02-06move error messages reported to user into main()Alexandre Ratchov
2009-01-10add "loopback" mode in which input is connected to the output.Alexandre Ratchov
2008-12-07When resampling, don't require the sample frequency to be an integer.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-07expose the block size in the sndio API by making par->round writableAlexandre Ratchov
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre Ratchov
2008-08-14move all device related stuff from aucat.c to a new dev.c file.Alexandre Ratchov
2008-05-23add support for:Alexandre Ratchov