summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
AgeCommit message (Expand)Author
2010-05-08prime play buffers as soon as the device is opened, otherwise aAlexandre Ratchov
2010-05-08Fix sign in dev_getpos(). Indeed, positive device playback latencyAlexandre Ratchov
2010-05-08don't take into account recording latency in dev_getpos(), sinceAlexandre Ratchov
2010-05-07remove ``abspos'' counters, from the pre-libsndio era. Since play andAlexandre Ratchov
2010-05-07Since aucat uses libsndio, play and rec clocks are the same, soAlexandre Ratchov
2010-05-07don't prime audio buffers if the device is only started to serveAlexandre Ratchov
2010-05-06allow volumes of uninitialized slots to be setAlexandre Ratchov
2010-05-04make the mixer process data as soon as it's pushed by one of itsAlexandre Ratchov
2010-05-04if the ``device'' is in loopback mode (ie no audio device), thenAlexandre 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-05-02use clock_gettime() and interval timers instead of gettimeofday()Alexandre Ratchov
2010-05-02in the resampling code, handle the case ``diff == 0'', to avoid producingAlexandre Ratchov
2010-04-24if there are no files to play in legacy mode, print the usage messageAlexandre Ratchov
2010-04-24don't increment mixer's ``idle'' counter before truncating theAlexandre Ratchov
2010-04-24rename ibuflist/obuflist -> ins/outs to cut long linesAlexandre Ratchov
2010-04-22zap trailing whitespace;Jason McIntyre
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-17Allow the mixer to handle inputs with channel ranges outsideAlexandre Ratchov
2010-04-07tweak previous; ok ratchovJason McIntyre
2010-04-06bump (private) protocol version numberAlexandre Ratchov
2010-04-06aucat (server):Alexandre Ratchov
2010-04-05fix playback of .au files on big-endian machinesJacob Meuser
2010-04-03backout last change, committed by mistake, sorry...Alexandre Ratchov
2010-04-03doc fixes from jmcAlexandre Ratchov
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