Age | Commit message (Expand) | Author |
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 |
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-09-27 | remove all debug traces | Alexandre Ratchov |
2009-08-21 | make aucat(1) expose a MIDI device to control server behaviour in | Alexandre Ratchov |
2009-08-19 | organize midi code like audio code, no functional change | Alexandre Ratchov |
2009-07-25 | fix comments, remove no longer needed declaration, reorder includes | Alexandre Ratchov |
2009-02-06 | move error messages reported to user into main() | Alexandre Ratchov |
2009-01-23 | spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com> | Alexandre Ratchov |
2009-01-10 | add "loopback" mode in which input is connected to the output. | Alexandre Ratchov |
2009-01-06 | don't use a reference to the device file. Use the corresponding aproc | Alexandre Ratchov |
2008-12-29 | make the code "more correct": add reference counters to aproc | Alexandre Ratchov |
2008-12-16 | when searching for an endpoint, return the correct abuf pointers. | 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 |
2008-11-16 | Make clients inherit the volume parameter when the -v option is used in | Alexandre Ratchov |
2008-11-12 | when destroying the device, mark the mixer and the demultiplexer | Alexandre Ratchov |