summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/aucat.c
AgeCommit message (Expand)Author
2011-03-17use a DEFAULT_RATE macro instead of hardcoding 44100, no object changeAlexandre Ratchov
2010-11-05unbreak compilation without DEBUG definedAlexandre Ratchov
2010-10-21use MODE_xxx and XRUN_xxx macros everywhere, and zap correspondingAlexandre Ratchov
2010-09-08aucat: getpwnam: No such file or directoryTheo de Raadt
2010-08-20polish the code: remove few unused #includes, add missing ones,Alexandre Ratchov
2010-08-19fix NULL pointer deref in midicat option parsing when ``-'' isAlexandre Ratchov
2010-07-31remove 2 years old compatibility modeAlexandre Ratchov
2010-07-10In midi server mode, don't terminate the midi thru box if there areAlexandre Ratchov
2010-07-10fix parameter handling: don't try to open a ``default'' midi portAlexandre Ratchov
2010-07-06various tweaks to previous; ok ratchovJason McIntyre
2010-07-06Handle all streams the same way because there's no actualAlexandre Ratchov
2010-06-29If the device isn't opened yet (as can be the case with '-a off'),Jacob Meuser
2010-06-25don't attempt to drain devices after they are destroyed, whichAlexandre Ratchov
2010-06-20fix midicat(1) device mode when only -i or only -o is used (ieAlexandre Ratchov
2010-06-05don't prime server buffers, because it's ugly and conceptuallyAlexandre Ratchov
2010-06-05Don't send the initial position as a clock tick with a negative delta.Alexandre Ratchov
2010-06-04Allow the audio device to be opened only while it's actually used.Alexandre Ratchov
2010-05-08prime play buffers as soon as the device is opened, otherwise aAlexandre Ratchov
2010-05-02Clean up device handling code to clarify different initialization phasesAlexandre Ratchov
2010-05-02Don't systematically fill with silence the mixer output. ThisAlexandre Ratchov
2010-04-24if there are no files to play in legacy mode, print the usage messageAlexandre Ratchov
2010-04-24rename ibuflist/obuflist -> ins/outs to cut long linesAlexandre Ratchov
2010-04-22Allow multiple users to share the same aucat server. If aucat isAlexandre Ratchov
2010-04-21when creating the ``default'' subdevice, use last parameters of theAlexandre Ratchov
2010-04-21adds the necessary bits to join channels (ex stereo->mono) orAlexandre Ratchov
2010-04-06aucat (server):Alexandre Ratchov
2010-04-03backout last change, committed by mistake, sorry...Alexandre Ratchov
2010-04-03doc fixes from jmcAlexandre Ratchov
2010-01-14Use -C option to specify recorded channel range instead of -c whichAlexandre Ratchov
2010-01-11When resuming from suspend, prime play buffers with silence,Alexandre Ratchov
2010-01-10Add traces to help tracking subtle timing bugs often causingAlexandre Ratchov
2010-01-05Make the way .wav files are handled closer to the way sockets areAlexandre Ratchov
2009-11-21use strtonum(3) and strtol(3) instead of sscanf(3)Alexandre Ratchov
2009-11-21spellingTheo de Raadt
2009-11-03Allow any program using aucat to act as MMC slave and MTC masterAlexandre Ratchov
2009-10-27add missing word in error messageAlexandre Ratchov
2009-10-10don't use a references to the device file to check the current modeAlexandre Ratchov
2009-10-10make dev_done() common to audio and MIDI, and drop dev_thrudone()Alexandre Ratchov
2009-10-10use dev_done() for loopback devices too and remove dev_loopdone()Alexandre Ratchov
2009-10-05add -d flag. When started in server mode, if the -d flag isAlexandre Ratchov
2009-09-27remove all debug tracesAlexandre Ratchov
2009-08-26oops, forgot to update usage();Jason McIntyre
2009-08-19don't try to process -o arguments using the input file list, fixesAlexandre Ratchov
2009-08-19organize midi code like audio code, no functional changeAlexandre Ratchov
2009-08-17allow midicat to take multiple -i and -o optionsAlexandre Ratchov
2009-08-17if one or more MIDI devices are specified in server mode, subscribeAlexandre 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-04-27make -v option apply also to implicit default socketAlexandre Ratchov
2009-03-17- rename the arg to -b "nframes" and sync usage()Jason McIntyre