Age | Commit message (Expand) | Author |
2009-10-27 | slightly cleanup the socket and control bits: | Alexandre Ratchov |
2009-10-22 | When starting playback, the client tries to write ``bufsz'' frames | Alexandre Ratchov |
2009-10-21 | when freeing buffers (i.e. when sio_stop() is called on client side), | Alexandre Ratchov |
2009-10-10 | don't use a references to the device file to check the current mode | Alexandre Ratchov |
2009-10-05 | add -d flag. When started in server mode, if the -d flag is | Alexandre Ratchov |
2009-09-27 | remove all debug traces | Alexandre Ratchov |
2009-08-28 | add a new AMSG_BYE, sent by the client to requst the server to | Alexandre Ratchov |
2009-08-27 | don't discard the initial volume change message; now it matters | Alexandre Ratchov |
2009-08-27 | when an audio program connects to aucat, restore the volume it | 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-08-19 | organize midi code like audio code, no functional change | Alexandre Ratchov |
2009-08-17 | allow midicat to take multiple -i and -o options | Alexandre Ratchov |
2009-08-17 | if one or more MIDI devices are specified in server mode, subscribe | 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-05-16 | use the ``hello'' message a to set the device mode, and thus make | Alexandre Ratchov |
2009-05-16 | add a new ``hello'' message to aucat protocol useful to work on | Alexandre Ratchov |
2009-03-15 | fix a couple comment typos | Jacob Meuser |
2009-03-12 | in full-duplex, don't send AMSG_MOVE messages twice; instead, | Alexandre Ratchov |
2009-02-06 | simplify the clock tick messages generation code and ensuire that | Alexandre Ratchov |
2009-02-04 | if there are too many connections, stop acceping new ones rather | 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-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | Alexandre Ratchov |
2008-12-07 | When resampling, don't require the sample frequency to be an integer. | Alexandre Ratchov |
2008-11-17 | allow aucat to run as server in play-only and record-only mode, so | Alexandre Ratchov |
2008-11-16 | allow aucat to listen on multiple sockets. Each socket carries its | Alexandre Ratchov |
2008-11-16 | add ``template'' parameters to sockets rather than using device | 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-11 | expose the volume knob in server mode too | Alexandre Ratchov |
2008-11-03 | A small optimization: handle most N-channel <-> M-channel conversions | Alexandre Ratchov |
2008-10-26 | add minimal server capability to aucat(1). When started in server | Alexandre Ratchov |