summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
AgeCommit message (Expand)Author
2012-04-25Fix typos, from Michael W. Bombardieri <mb at ii.net>, Thanks!Alexandre Ratchov
2012-04-25later -> latter;Jason McIntyre
2012-04-19unbreak compilation without DEBUG definedAlexandre Ratchov
2012-04-11In the "reply" code path, lock the socket while invoking theAlexandre Ratchov
2012-04-11flush the log and abort() if we try to destroy a NULL aprocAlexandre Ratchov
2012-04-11Use "unsigned int" rather than "unsigned". No object change.Alexandre Ratchov
2012-04-04tweak previous; ok ratchovJason McIntyre
2012-04-04Add a simple and clear (hopefully) description of what sndiod does.Alexandre Ratchov
2012-04-04Fix memory leak in the error handling code path of failed deviceAlexandre Ratchov
2012-03-29Don't spin if accept() fails because it is out of file descriptors,Alexandre Ratchov
2012-03-23add a MIDI-controlled master volume knob to adjust the mix ofAlexandre Ratchov
2012-02-09Crank the default buffer size to 160ms (ie 7680 frames at 48kHz).Alexandre Ratchov
2012-01-26Make the default rate 48kHz and the default block size 10ms. TheseAlexandre Ratchov
2012-01-14remove unused variables, from Michael W. Bombardieri, thanks!Alexandre Ratchov
2012-01-10Fix the way the mixer figures out which groups of streams haveAlexandre Ratchov
2012-01-10hide "device disappeared" messages unless -d is usedAlexandre Ratchov
2012-01-10When a sub-device is created (-s), check if a hardwareAlexandre Ratchov
2011-12-09zap trailing whitespace, from jmcAlexandre Ratchov
2011-12-09fix usage string: remove -M from aucat and -l from aucat and sndiodAlexandre Ratchov
2011-12-09add a new sndiod audio/midi daemon and hide aucat server-specificAlexandre Ratchov
2011-12-02don't use a "server" flag, just check if we expose sub-devicesAlexandre Ratchov
2011-12-02reuse midi-control code to implement midi thru boxes and removeAlexandre Ratchov
2011-12-02initialize device reference counter, unbreaks -aoffAlexandre Ratchov
2011-12-02remove unused 'reqrate' parameterAlexandre Ratchov
2011-12-02don't add .wav header to .syx filesAlexandre Ratchov
2011-11-20Move mmc/mtc and volume control bits from struct aproc to structAlexandre Ratchov
2011-11-16mark the device as closed before closing streams attached to it.Alexandre Ratchov
2011-11-16prefix device-specific messages by the device name, since weAlexandre Ratchov
2011-11-16consider there's no dependency between two aprocs, ifAlexandre Ratchov
2011-11-15make midi 'owner' pointer per-outputAlexandre Ratchov
2011-11-15add missing full stop;Jason McIntyre
2011-11-15Add a "device number" component in sndio(7) device names, allowing aAlexandre Ratchov
2011-10-24mention that -aoff is not the default for the default deviceAlexandre Ratchov
2011-10-18keep the device closed by default (when not used)Alexandre Ratchov
2011-10-18remove duplicate options in getopt() stringAlexandre Ratchov
2011-10-17Remove midicat since aucat can now be used instead of midicatAlexandre Ratchov
2011-10-14s/chuck/chunk/, from Remco, thanks!Alexandre Ratchov
2011-10-12- avoid line wrapping an exampleJason McIntyre
2011-10-12Simplify and improve the way options are parsed and remove ~300 linesAlexandre Ratchov
2011-06-30switch to license in /usr/share/misc/license.templateAlexandre Ratchov
2011-06-29make -u flag per-device similarly to -a and -wAlexandre Ratchov
2011-06-27remove two forgotten debug printf()sAlexandre Ratchov
2011-06-27Display the CPU usage when -ddddd is used, ie the time spent onAlexandre Ratchov
2011-06-27expose audio client names through sysex messages, this way anyAlexandre Ratchov
2011-06-20Make -aoff option apply to MIDI ports (-q) as well, ensuring the deviceAlexandre Ratchov
2011-06-03Allow device encoding to be set if -u is also used. Useful to degradeAlexandre Ratchov
2011-06-03factor tests for f->opt->join flag, no behaviour changeAlexandre Ratchov
2011-06-03Clarify that the ratio between sample rate and block sizeAlexandre Ratchov
2011-06-03Reorganize the way command line options are parsed and stored.Alexandre Ratchov
2011-06-03update EXAMPLES to use "-joff", since "-jon" is the defaultAlexandre Ratchov