summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/aproc.h
AgeCommit message (Expand)Author
2012-04-11Use "unsigned int" rather than "unsigned". No object change.Alexandre Ratchov
2012-03-23add a MIDI-controlled master volume knob to adjust the mix ofAlexandre Ratchov
2011-12-02reuse midi-control code to implement midi thru boxes and removeAlexandre Ratchov
2011-11-20Move mmc/mtc and volume control bits from struct aproc to structAlexandre Ratchov
2011-11-15make midi 'owner' pointer per-outputAlexandre Ratchov
2011-05-26add a new -w flag to control whether master volume is automaticallyAlexandre Ratchov
2010-11-04Replace ``short'' by a new ``adata_t'' typedef corresponding toAlexandre Ratchov
2010-06-04Allow the audio device to be opened only while it's actually used.Alexandre Ratchov
2010-05-02Don't systematically fill with silence the mixer output. ThisAlexandre 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-17Allow the mixer to handle inputs with channel ranges outsideAlexandre 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-27slightly cleanup the socket and control bits:Alexandre Ratchov
2009-10-10make dev_done() common to audio and MIDI, and drop dev_thrudone()Alexandre Ratchov
2009-10-06prevent aproc structures to be deleted twice. Doesn't change anythingAlexandre Ratchov
2009-09-27remove all debug tracesAlexandre Ratchov
2009-08-27when an audio program connects to aucat, restore the volume itAlexandre Ratchov
2009-08-26when allocating the midi channel for the volume control of a newAlexandre Ratchov
2009-08-26don't mess with audio internals from within the midi bits. InsteadAlexandre Ratchov
2009-08-21make aucat(1) expose a MIDI device to control server behaviour inAlexandre Ratchov
2009-07-25fix comments, remove no longer needed declaration, reorder includesAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov
2009-01-23spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>Alexandre Ratchov
2008-12-29make the code "more correct": add reference counters to aprocAlexandre Ratchov
2008-12-19use simple linear interpolation in the resampling code.Alexandre Ratchov
2008-12-07When resampling, don't require the sample frequency to be an integer.Alexandre Ratchov
2008-11-09make aucat(1) stop automatically the audio(1) device if it's idle. ThisAlexandre Ratchov
2008-11-04split code that converts any->any in two parts: one to encodeAlexandre Ratchov
2008-11-04cleanup: remove channel mapping bits from encoding conversion code.Alexandre Ratchov
2008-11-04add "new" conversion code to map any channel range into any otherAlexandre Ratchov
2008-11-04cleanup: resample stream while in native format and remove resamplingAlexandre Ratchov
2008-11-04optimization: add "new" resampling code (actually based on the existingAlexandre 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-08-14add an "AUTOQUIT" flag to mix and sub aprocs. If the flag isAlexandre Ratchov
2008-08-14add a xxx_done() method to aproc structures, that cleans up justAlexandre Ratchov
2008-06-02allow the user to choose the aucat behaviour when underruns/overrunsAlexandre Ratchov
2008-05-23add support for:Alexandre Ratchov