summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/aproc.c
AgeCommit message (Expand)Author
2013-11-18add missing prototypesAlexandre Ratchov
2012-05-23Fix wrong arithmetics in channel mapping causing crashes if all ofAlexandre Ratchov
2012-04-11flush the log and abort() if we try to destroy a NULL aprocAlexandre Ratchov
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
2012-01-10Fix the way the mixer figures out which groups of streams haveAlexandre Ratchov
2011-11-20Move mmc/mtc and volume control bits from struct aproc to structAlexandre Ratchov
2011-11-16consider there's no dependency between two aprocs, ifAlexandre Ratchov
2011-05-26make clipping less ugly, from Sviatoslav ChagaevAlexandre Ratchov
2011-05-26add a new -w flag to control whether master volume is automaticallyAlexandre Ratchov
2011-04-28remove deadcode, use err(1, "%s", str) instead of err(1, str)Alexandre Ratchov
2010-11-04Replace ``short'' by a new ``adata_t'' typedef corresponding toAlexandre Ratchov
2010-10-21When the end of a stream is reached (ie mix_eof() called) otherAlexandre Ratchov
2010-10-21fix style and typos in messages and commentsAlexandre Ratchov
2010-10-21use MODE_xxx and XRUN_xxx macros everywhere, and zap correspondingAlexandre Ratchov
2010-05-07remove ``abspos'' counters, from the pre-libsndio era. Since play andAlexandre Ratchov
2010-05-04make the mixer process data as soon as it's pushed by one of itsAlexandre Ratchov
2010-05-02Don't systematically fill with silence the mixer output. ThisAlexandre Ratchov
2010-05-02in the resampling code, handle the case ``diff == 0'', to avoid producingAlexandre Ratchov
2010-04-24don't increment mixer's ``idle'' counter before truncating theAlexandre 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-17While resampling, if input samples are available but outputAlexandre Ratchov
2010-01-17fix quality degradation when resamplingAlexandre Ratchov
2010-01-15Fix resampling algorithm to always produce integer block sizes.Alexandre Ratchov
2010-01-14Use a more accurate algorithm to calculate clock tick durationAlexandre Ratchov
2010-01-12check for bogus clock ticks sent by the device; helps trackingAlexandre Ratchov
2010-01-11When resuming from suspend, prime play buffers with silence,Alexandre 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-11-15If two (or more) inputs use channel ranges having no intersection,Alexandre Ratchov
2009-11-05in rpipe_done (wpipe_done), all buffers must be detachedAlexandre Ratchov
2009-11-03Allow any program using aucat to act as MMC slave and MTC masterAlexandre Ratchov
2009-10-10We don't need independent file reader and writer anymore. So,Alexandre Ratchov
2009-10-09Make abuf structure smaller:Alexandre Ratchov
2009-10-06prevent aproc structures to be deleted twice. Doesn't change anythingAlexandre Ratchov
2009-09-27remove all debug tracesAlexandre 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-27fix a bug in resampling code, resulting in joined stereo and/orAlexandre Ratchov
2008-12-27simplify the mixer and the demultiplexer code; no change in theAlexandre 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-16make aucat compile without DEBUG defined (still defined by default)Alexandre Ratchov