summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
AgeCommit message (Expand)Author
2010-01-17While resampling, if input samples are available but outputAlexandre Ratchov
2010-01-17fix quality degradation when resamplingAlexandre Ratchov
2010-01-16don't transmit MIDI active sensing messages, because theyAlexandre Ratchov
2010-01-16when closing the device, delete its MIDI end, if it has no writers.Alexandre Ratchov
2010-01-15*** empty log message ***Alexandre Ratchov
2010-01-15Fix resampling algorithm to always produce integer block sizes.Alexandre Ratchov
2010-01-14Use a more accurate algorithm to calculate clock tick durationAlexandre Ratchov
2010-01-14Use -C option to specify recorded channel range instead of -c whichAlexandre Ratchov
2010-01-13Rename s/safile/siofile/g, missed when libsa was renamed toAlexandre Ratchov
2010-01-12check for bogus clock ticks sent by the device; helps trackingAlexandre Ratchov
2010-01-12When attaching a new stream, if the "extra" latency is zero, thenAlexandre 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-12-12when parsing .wav headers, check if rate <= RATE_MAX (instead ofAlexandre Ratchov
2009-11-21use strtonum(3) and strtol(3) instead of sscanf(3)Alexandre Ratchov
2009-11-21spellingTheo de Raadt
2009-11-15If two (or more) inputs use channel ranges having no intersection,Alexandre Ratchov
2009-11-08use the same algorithm to attach play-only, record-only andAlexandre Ratchov
2009-11-05in rpipe_done (wpipe_done), all buffers must be detachedAlexandre Ratchov
2009-11-04tweak previous;Jason McIntyre
2009-11-03Allow any program using aucat to act as MMC slave and MTC masterAlexandre Ratchov
2009-10-27slightly cleanup the socket and control bits:Alexandre Ratchov
2009-10-27set the THRU_AUTOQUIT flag only for ``thru'' devicesAlexandre Ratchov
2009-10-27add missing word in error messageAlexandre Ratchov
2009-10-22When starting playback, the client tries to write ``bufsz'' framesAlexandre Ratchov
2009-10-22use .Ux in midicat.1, as we do for aucat.1 nowAlexandre Ratchov
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-10-21when freeing buffers (i.e. when sio_stop() is called on client side),Alexandre Ratchov
2009-10-17Add version number to aucat protocol. It's not used yet,Alexandre Ratchov
2009-10-12sort flags in description.Igor Sobrado
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-10We don't need independent file reader and writer anymore. So,Alexandre Ratchov
2009-10-09Make abuf structure smaller:Alexandre Ratchov
2009-10-06prevent aproc structures to be deleted twice. Doesn't change anythingAlexandre 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-09-19if pipe_read() returns 0 we are at EOF and the structure describingJacob Meuser
2009-09-19if the device is dying, don't try to stop it, otherwise this wouldAlexandre Ratchov
2009-09-19tag the device as stopped even if sio_stop() failed (ie. deviceAlexandre Ratchov
2009-08-29accept ``common'' messages (including system explusive) on theAlexandre Ratchov
2009-08-28add a new AMSG_BYE, sent by the client to requst the server toAlexandre Ratchov
2009-08-28top device before closing it. It's necessary to ensure that if weAlexandre Ratchov
2009-08-27don't discard the initial volume change message; now it mattersAlexandre Ratchov
2009-08-27when an audio program connects to aucat, restore the volume itAlexandre Ratchov
2009-08-26when allocating the midi channel for the volume control of a newAlexandre Ratchov
2009-08-26oops, forgot to update usage();Jason McIntyre