Age | Commit message (Expand) | Author |
2012-09-25 | Upon "master volume change" message, send feedback to other clients | Alexandre Ratchov |
2012-08-30 | Use (rate / 15) as block size in off-line mode to ensure the | Alexandre Ratchov |
2012-05-23 | Fix duplicate mixer knob names | Alexandre Ratchov |
2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. | Alexandre Ratchov |
2012-04-04 | Fix memory leak in the error handling code path of failed device | Alexandre Ratchov |
2012-03-23 | add a MIDI-controlled master volume knob to adjust the mix of | Alexandre Ratchov |
2012-01-26 | Make the default rate 48kHz and the default block size 10ms. These | Alexandre Ratchov |
2012-01-14 | remove unused variables, from Michael W. Bombardieri, thanks! | Alexandre Ratchov |
2012-01-10 | hide "device disappeared" messages unless -d is used | Alexandre Ratchov |
2011-12-02 | reuse midi-control code to implement midi thru boxes and remove | Alexandre Ratchov |
2011-12-02 | initialize device reference counter, unbreaks -aoff | Alexandre Ratchov |
2011-11-20 | Move mmc/mtc and volume control bits from struct aproc to struct | Alexandre Ratchov |
2011-11-16 | mark the device as closed before closing streams attached to it. | Alexandre Ratchov |
2011-11-16 | prefix device-specific messages by the device name, since we | Alexandre Ratchov |
2011-11-15 | Add a "device number" component in sndio(7) device names, allowing a | Alexandre Ratchov |
2011-10-12 | Simplify and improve the way options are parsed and remove ~300 lines | Alexandre Ratchov |
2011-06-20 | Make -aoff option apply to MIDI ports (-q) as well, ensuring the device | Alexandre Ratchov |
2011-05-26 | add a new -w flag to control whether master volume is automatically | Alexandre Ratchov |
2010-10-21 | use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding | Alexandre Ratchov |
2010-07-31 | remove forgotten debug message | Alexandre Ratchov |
2010-07-06 | Handle all streams the same way because there's no actual | Alexandre Ratchov |
2010-06-29 | explicitely initialize members of struct dev in dev_open() | Jacob Meuser |
2010-06-25 | don't attempt to drain devices after they are destroyed, which | Alexandre Ratchov |
2010-06-05 | in dev_close(), first terminate streams recording from the hardware, | Alexandre Ratchov |
2010-06-05 | don't prime server buffers, because it's ugly and conceptually | Alexandre Ratchov |
2010-06-04 | Allow the audio device to be opened only while it's actually used. | Alexandre Ratchov |
2010-05-08 | prime play buffers as soon as the device is opened, otherwise a | Alexandre Ratchov |
2010-05-08 | Fix sign in dev_getpos(). Indeed, positive device playback latency | Alexandre Ratchov |
2010-05-08 | don't take into account recording latency in dev_getpos(), since | Alexandre Ratchov |
2010-05-07 | Since aucat uses libsndio, play and rec clocks are the same, so | Alexandre Ratchov |
2010-05-04 | if the ``device'' is in loopback mode (ie no audio device), then | Alexandre Ratchov |
2010-05-02 | Clean up device handling code to clarify different initialization phases | 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-16 | when closing the device, delete its MIDI end, if it has no writers. | Alexandre Ratchov |
2010-01-13 | Rename s/safile/siofile/g, missed when libsa was renamed to | Alexandre Ratchov |
2010-01-12 | When attaching a new stream, if the "extra" latency is zero, then | 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-08 | use the same algorithm to attach play-only, record-only and | Alexandre Ratchov |
2009-11-03 | Allow any program using aucat to act as MMC slave and MTC master | Alexandre Ratchov |
2009-10-27 | set the THRU_AUTOQUIT flag only for ``thru'' devices | Alexandre Ratchov |
2009-10-10 | make dev_done() common to audio and MIDI, and drop dev_thrudone() | Alexandre Ratchov |
2009-10-10 | use dev_done() for loopback devices too and remove dev_loopdone() | Alexandre Ratchov |