Age | Commit message (Expand) | Author |
2009-10-10 | don't use a references to the device file to check the current mode | 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-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-26 | oops, forgot to update usage(); | Jason McIntyre |
2009-08-19 | don't try to process -o arguments using the input file list, fixes | 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-04-27 | make -v option apply also to implicit default socket | Alexandre Ratchov |
2009-03-17 | - rename the arg to -b "nframes" and sync usage() | Jason McIntyre |
2009-02-06 | move error messages reported to user into main() | Alexandre Ratchov |
2009-02-04 | if there are too many connections, stop acceping new ones rather | Alexandre Ratchov |
2009-02-04 | daemonize when in server mode, suggested by many | Alexandre Ratchov |
2009-02-03 | in server mode, create /tmp/aucat-userid/ directory with | Alexandre Ratchov |
2009-01-25 | don't set malloc_options to not interfer with /etc/malloc.conf | Alexandre Ratchov |
2009-01-23 | catch SIGHUP and SIGTERM too, to ensure that recorded files are | 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 |
2008-12-29 | make the code "more correct": add reference counters to aproc | Alexandre Ratchov |
2008-12-26 | *** empty log message *** | Alexandre Ratchov |
2008-12-07 | When resampling, don't require the sample frequency to be an integer. | Alexandre Ratchov |
2008-11-23 | Use file input parameter as default device output and file output parameters | Alexandre Ratchov |
2008-11-20 | take into account socket parameters into calculation of device | Alexandre Ratchov |
2008-11-17 | - rename -s arg name to "socket" | Jason McIntyre |
2008-11-17 | tweak previous man page changes, and sync usage(); | Jason McIntyre |
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 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 |
2008-11-11 | if the device disappear the mixer and demultiplexer chains are | Alexandre Ratchov |
2008-11-11 | termninate non-server aucat when it's idle rather that using | Alexandre Ratchov |
2008-11-11 | when not in server mode, aucat terminates automatically using | Alexandre Ratchov |
2008-11-10 | add a per-stream ``soft volume'' knob and the corresponding -v option. | Alexandre Ratchov |
2008-11-09 | make aucat(1) stop automatically the audio(1) device if it's idle. This | Alexandre Ratchov |
2008-11-08 | set the default device to /dev/audio for legacy mode. | Alexandre Ratchov |
2008-11-07 | expose the block size in the sndio API by making par->round writable | Alexandre Ratchov |
2008-11-03 | A small optimization: handle most N-channel <-> M-channel conversions | Alexandre Ratchov |
2008-10-26 | zap `q' from the getopts string too, | Alexandre Ratchov |
2008-10-26 | sync SYNOPSIS and usage(); | Jason McIntyre |
2008-10-26 | add minimal server capability to aucat(1). When started in server | Alexandre Ratchov |
2008-08-25 | minor tweak for removal of "[-d devel]" (change done in r1.19 and r1.21). | Igor Sobrado |
2008-08-14 | move all device related stuff from aucat.c to a new dev.c file. | Alexandre Ratchov |
2008-06-02 | document latest changes: -d flag is replaced by AUCAT_DEBUG | Alexandre Ratchov |
2008-06-02 | currently, we start the device as soon as write() blocks; it's better | Alexandre Ratchov |
2008-06-02 | if aucat is suspended, then the kernel continues running the device | Alexandre Ratchov |