summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
AgeCommit message (Expand)Author
2009-07-25sio_open returns a pointer so the < 0 comparison is wrongAlexandre Ratchov
2009-07-25fix comments, remove no longer needed declaration, reorder includesAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov
2009-07-19missing va_end in abuf_dprn. ok ratchov@Martynas Venckus
2009-06-04don't trust the compiler to generate warnings we care about,Jonathan Gray
2009-05-16use the ``hello'' message a to set the device mode, and thus makeAlexandre Ratchov
2009-05-16add a new ``hello'' message to aucat protocol useful to work onAlexandre Ratchov
2009-05-09clarify what happens if no device is specified and/or noAlexandre Ratchov
2009-04-27make -v option apply also to implicit default socketAlexandre Ratchov
2009-04-22move support for ulaw/alaw encoding in .wav files from legacy modeAlexandre Ratchov
2009-04-11- make legacy mode use sio_open(3) (sndio) APIJacob Meuser
2009-04-10avoid Xr to self;Jason McIntyre
2009-04-10Explain 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-17DESCRIPTION should also note aucat's ability to act as a serverAlexandre Ratchov
2009-03-15fix a couple comment typosJacob Meuser
2009-03-12in full-duplex, don't send AMSG_MOVE messages twice; instead,Alexandre Ratchov
2009-02-27say that aucat can act as audio server in the NAME sectionAlexandre Ratchov
2009-02-13style and typos fixes from Thomas PfaffAlexandre Ratchov
2009-02-06simplify the clock tick messages generation code and ensuire thatAlexandre Ratchov
2009-02-06move error messages reported to user into main()Alexandre Ratchov
2009-02-04if there are too many connections, stop acceping new ones ratherAlexandre Ratchov
2009-02-04document server mode with help from jmc@Alexandre Ratchov
2009-02-04daemonize when in server mode, suggested by manyAlexandre Ratchov
2009-02-03in server mode, create /tmp/aucat-userid/ directory withAlexandre Ratchov
2009-01-25don't set malloc_options to not interfer with /etc/malloc.confAlexandre Ratchov
2009-01-23catch SIGHUP and SIGTERM too, to ensure that recorded files areAlexandre Ratchov
2009-01-23spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>Alexandre Ratchov
2009-01-10tweak previous;Jason McIntyre
2009-01-10add "loopback" mode in which input is connected to the output.Alexandre Ratchov
2009-01-06don't use a reference to the device file. Use the corresponding aprocAlexandre Ratchov
2008-12-29make the code "more correct": add reference counters to aprocAlexandre Ratchov
2008-12-27fix a bug in resampling code, resulting in joined stereo and/orAlexandre Ratchov
2008-12-27simplify the mixer and the demultiplexer code; no change in theAlexandre Ratchov
2008-12-27complain about a deadlock only if there are descriptors waitingAlexandre Ratchov
2008-12-27do not call exit(1) if sio_start(3) or sio_stop(3) fail. TheAlexandre Ratchov
2008-12-26*** empty log message ***Alexandre Ratchov
2008-12-19use simple linear interpolation in the resampling code.Alexandre Ratchov
2008-12-17add a writable ``appbufsz'' field to the sa_par structure, containingAlexandre Ratchov
2008-12-16when searching for an endpoint, return the correct abuf pointers.Alexandre Ratchov
2008-12-07When resampling, don't require the sample frequency to be an integer.Alexandre Ratchov
2008-12-05expand slightly the description of adjusting files/sockets; ok ratchovJason McIntyre
2008-11-26when recording .wav files overwrite user supplied parameters withAlexandre Ratchov
2008-11-23Use file input parameter as default device output and file output parametersAlexandre Ratchov
2008-11-20take into account socket parameters into calculation of deviceAlexandre Ratchov
2008-11-17- rename -s arg name to "socket"Jason McIntyre
2008-11-17tweak previous man page changes, and sync usage();Jason McIntyre
2008-11-17in server mode full-duplex device is no more requierd, removeAlexandre Ratchov
2008-11-17allow aucat to run as server in play-only and record-only mode, soAlexandre Ratchov
2008-11-16trigger rproc->eof() and and wproc->hup() if POLLHUP event is set.Alexandre Ratchov