Age | Commit message (Expand) | Author |
2013-11-18 | add missing prototypes | Alexandre Ratchov |
2012-05-23 | Fix wrong arithmetics in channel mapping causing crashes if all of | Alexandre Ratchov |
2012-04-11 | flush the log and abort() if we try to destroy a NULL aproc | Alexandre Ratchov |
2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. | Alexandre Ratchov |
2012-03-23 | add a MIDI-controlled master volume knob to adjust the mix of | Alexandre Ratchov |
2012-01-10 | Fix the way the mixer figures out which groups of streams have | Alexandre Ratchov |
2011-11-20 | Move mmc/mtc and volume control bits from struct aproc to struct | Alexandre Ratchov |
2011-11-16 | consider there's no dependency between two aprocs, if | Alexandre Ratchov |
2011-05-26 | make clipping less ugly, from Sviatoslav Chagaev | Alexandre Ratchov |
2011-05-26 | add a new -w flag to control whether master volume is automatically | Alexandre Ratchov |
2011-04-28 | remove deadcode, use err(1, "%s", str) instead of err(1, str) | Alexandre Ratchov |
2010-11-04 | Replace ``short'' by a new ``adata_t'' typedef corresponding to | Alexandre Ratchov |
2010-10-21 | When the end of a stream is reached (ie mix_eof() called) other | Alexandre Ratchov |
2010-10-21 | fix style and typos in messages and comments | Alexandre Ratchov |
2010-10-21 | use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding | Alexandre Ratchov |
2010-05-07 | remove ``abspos'' counters, from the pre-libsndio era. Since play and | Alexandre Ratchov |
2010-05-04 | make the mixer process data as soon as it's pushed by one of its | Alexandre Ratchov |
2010-05-02 | Don't systematically fill with silence the mixer output. This | Alexandre Ratchov |
2010-05-02 | in the resampling code, handle the case ``diff == 0'', to avoid producing | Alexandre Ratchov |
2010-04-24 | don't increment mixer's ``idle'' counter before truncating the | Alexandre Ratchov |
2010-04-24 | rename ibuflist/obuflist -> ins/outs to cut long lines | Alexandre Ratchov |
2010-04-21 | adds the necessary bits to join channels (ex stereo->mono) or | Alexandre Ratchov |
2010-04-17 | Allow the mixer to handle inputs with channel ranges outside | Alexandre Ratchov |
2010-04-06 | aucat (server): | Alexandre Ratchov |
2010-04-03 | backout last change, committed by mistake, sorry... | Alexandre Ratchov |
2010-04-03 | doc fixes from jmc | Alexandre Ratchov |
2010-01-17 | While resampling, if input samples are available but output | Alexandre Ratchov |
2010-01-17 | fix quality degradation when resampling | Alexandre Ratchov |
2010-01-15 | Fix resampling algorithm to always produce integer block sizes. | Alexandre Ratchov |
2010-01-14 | Use a more accurate algorithm to calculate clock tick duration | Alexandre Ratchov |
2010-01-12 | check for bogus clock ticks sent by the device; helps tracking | Alexandre Ratchov |
2010-01-11 | When resuming from suspend, prime play buffers with silence, | Alexandre Ratchov |
2010-01-10 | Add traces to help tracking subtle timing bugs often causing | Alexandre Ratchov |
2010-01-05 | Make the way .wav files are handled closer to the way sockets are | Alexandre Ratchov |
2009-11-15 | If two (or more) inputs use channel ranges having no intersection, | Alexandre Ratchov |
2009-11-05 | in rpipe_done (wpipe_done), all buffers must be detached | Alexandre Ratchov |
2009-11-03 | Allow any program using aucat to act as MMC slave and MTC master | Alexandre Ratchov |
2009-10-10 | We don't need independent file reader and writer anymore. So, | Alexandre Ratchov |
2009-10-09 | Make abuf structure smaller: | Alexandre Ratchov |
2009-10-06 | prevent aproc structures to be deleted twice. Doesn't change anything | Alexandre Ratchov |
2009-09-27 | remove all debug traces | Alexandre Ratchov |
2009-07-25 | fix comments, remove no longer needed declaration, reorder includes | Alexandre Ratchov |
2009-07-25 | Currently midi capable programs can control midi hardware, but | Alexandre Ratchov |
2009-01-23 | spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com> | Alexandre Ratchov |
2008-12-29 | make the code "more correct": add reference counters to aproc | Alexandre Ratchov |
2008-12-27 | fix a bug in resampling code, resulting in joined stereo and/or | Alexandre Ratchov |
2008-12-27 | simplify the mixer and the demultiplexer code; no change in the | Alexandre Ratchov |
2008-12-19 | use simple linear interpolation in the resampling code. | Alexandre Ratchov |
2008-12-07 | When resampling, don't require the sample frequency to be an integer. | Alexandre Ratchov |
2008-11-16 | make aucat compile without DEBUG defined (still defined by default) | Alexandre Ratchov |