Age | Commit message (Expand) | Author |
2009-07-25 | sio_open returns a pointer so the < 0 comparison is wrong | 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-07-19 | missing va_end in abuf_dprn. ok ratchov@ | Martynas Venckus |
2009-06-04 | don't trust the compiler to generate warnings we care about, | Jonathan Gray |
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-05-09 | clarify what happens if no device is specified and/or no | Alexandre Ratchov |
2009-04-27 | make -v option apply also to implicit default socket | Alexandre Ratchov |
2009-04-22 | move support for ulaw/alaw encoding in .wav files from legacy mode | Alexandre Ratchov |
2009-04-11 | - make legacy mode use sio_open(3) (sndio) API | Jacob Meuser |
2009-04-10 | avoid Xr to self; | Jason McIntyre |
2009-04-10 | Explain the AUDIODEVICE env. variable similarly to how sio_open(3) does. | Alexandre Ratchov |
2009-03-17 | - rename the arg to -b "nframes" and sync usage() | Jason McIntyre |
2009-03-17 | DESCRIPTION should also note aucat's ability to act as a server | 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-27 | say that aucat can act as audio server in the NAME section | Alexandre Ratchov |
2009-02-13 | style and typos fixes from Thomas Pfaff | Alexandre Ratchov |
2009-02-06 | simplify the clock tick messages generation code and ensuire that | Alexandre Ratchov |
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 | document server mode with help from jmc@ | 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 | tweak previous; | Jason McIntyre |
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-27 | fix a bug in resampling code, resulting in joined stereo and/or | Alexandre Ratchov |
2008-12-27 | simplify the mixer and the demultiplexer code; no change in the | Alexandre Ratchov |
2008-12-27 | complain about a deadlock only if there are descriptors waiting | Alexandre Ratchov |
2008-12-27 | do not call exit(1) if sio_start(3) or sio_stop(3) fail. The | Alexandre Ratchov |
2008-12-26 | *** empty log message *** | Alexandre Ratchov |
2008-12-19 | use simple linear interpolation in the resampling code. | Alexandre Ratchov |
2008-12-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | 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-12-05 | expand slightly the description of adjusting files/sockets; ok ratchov | Jason McIntyre |
2008-11-26 | when recording .wav files overwrite user supplied parameters with | 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 | in server mode full-duplex device is no more requierd, remove | Alexandre Ratchov |
2008-11-17 | allow aucat to run as server in play-only and record-only mode, so | Alexandre Ratchov |
2008-11-16 | trigger rproc->eof() and and wproc->hup() if POLLHUP event is set. | Alexandre Ratchov |