Age | Commit message (Expand) | Author |
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 |
2011-12-02 | reuse midi-control code to implement midi thru boxes and remove | Alexandre Ratchov |
2011-11-20 | Move mmc/mtc and volume control bits from struct aproc to struct | Alexandre Ratchov |
2011-11-15 | make midi 'owner' pointer per-output | Alexandre Ratchov |
2011-05-26 | add a new -w flag to control whether master volume is automatically | Alexandre Ratchov |
2010-11-04 | Replace ``short'' by a new ``adata_t'' typedef corresponding to | Alexandre Ratchov |
2010-06-04 | Allow the audio device to be opened only while it's actually used. | Alexandre Ratchov |
2010-05-02 | Don't systematically fill with silence the mixer output. This | 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-11 | When resuming from suspend, prime play buffers with silence, | Alexandre Ratchov |
2010-01-05 | Make the way .wav files are handled closer to the way sockets are | Alexandre Ratchov |
2009-11-03 | Allow any program using aucat to act as MMC slave and MTC master | Alexandre Ratchov |
2009-10-27 | slightly cleanup the socket and control bits: | Alexandre Ratchov |
2009-10-10 | make dev_done() common to audio and MIDI, and drop dev_thrudone() | 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-08-27 | when an audio program connects to aucat, restore the volume it | Alexandre Ratchov |
2009-08-26 | when allocating the midi channel for the volume control of a new | Alexandre Ratchov |
2009-08-26 | don't mess with audio internals from within the midi bits. Instead | Alexandre Ratchov |
2009-08-21 | make aucat(1) expose a MIDI device to control server behaviour in | 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-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-09 | make aucat(1) stop automatically the audio(1) device if it's idle. This | Alexandre Ratchov |
2008-11-04 | split code that converts any->any in two parts: one to encode | Alexandre Ratchov |
2008-11-04 | cleanup: remove channel mapping bits from encoding conversion code. | Alexandre Ratchov |
2008-11-04 | add "new" conversion code to map any channel range into any other | Alexandre Ratchov |
2008-11-04 | cleanup: resample stream while in native format and remove resampling | Alexandre Ratchov |
2008-11-04 | optimization: add "new" resampling code (actually based on the existing | Alexandre Ratchov |
2008-10-26 | add minimal server capability to aucat(1). When started in server | Alexandre Ratchov |
2008-08-14 | move all device related stuff from aucat.c to a new dev.c file. | Alexandre Ratchov |
2008-08-14 | add an "AUTOQUIT" flag to mix and sub aprocs. If the flag is | Alexandre Ratchov |
2008-08-14 | add a xxx_done() method to aproc structures, that cleans up just | Alexandre Ratchov |
2008-06-02 | allow the user to choose the aucat behaviour when underruns/overruns | Alexandre Ratchov |
2008-05-23 | add support for: | Alexandre Ratchov |