Age | Commit message (Expand) | Author |
2010-01-17 | While resampling, if input samples are available but output | Alexandre Ratchov |
2010-01-17 | fix quality degradation when resampling | Alexandre Ratchov |
2010-01-16 | don't transmit MIDI active sensing messages, because they | Alexandre Ratchov |
2010-01-16 | when closing the device, delete its MIDI end, if it has no writers. | Alexandre Ratchov |
2010-01-15 | *** empty log message *** | Alexandre Ratchov |
2010-01-15 | Fix resampling algorithm to always produce integer block sizes. | Alexandre Ratchov |
2010-01-14 | Use a more accurate algorithm to calculate clock tick duration | Alexandre Ratchov |
2010-01-14 | Use -C option to specify recorded channel range instead of -c which | Alexandre Ratchov |
2010-01-13 | Rename s/safile/siofile/g, missed when libsa was renamed to | Alexandre Ratchov |
2010-01-12 | check for bogus clock ticks sent by the device; helps tracking | Alexandre Ratchov |
2010-01-12 | When attaching a new stream, if the "extra" latency is zero, then | Alexandre Ratchov |
2010-01-11 | When resuming from suspend, prime play buffers with silence, | Alexandre Ratchov |
2010-01-10 | Add traces to help tracking subtle timing bugs often causing | Alexandre Ratchov |
2010-01-05 | Make the way .wav files are handled closer to the way sockets are | Alexandre Ratchov |
2009-12-12 | when parsing .wav headers, check if rate <= RATE_MAX (instead of | Alexandre Ratchov |
2009-11-21 | use strtonum(3) and strtol(3) instead of sscanf(3) | Alexandre Ratchov |
2009-11-21 | spelling | Theo de Raadt |
2009-11-15 | If two (or more) inputs use channel ranges having no intersection, | Alexandre Ratchov |
2009-11-08 | use the same algorithm to attach play-only, record-only and | Alexandre Ratchov |
2009-11-05 | in rpipe_done (wpipe_done), all buffers must be detached | Alexandre Ratchov |
2009-11-04 | tweak previous; | Jason McIntyre |
2009-11-03 | Allow any program using aucat to act as MMC slave and MTC master | Alexandre Ratchov |
2009-10-27 | slightly cleanup the socket and control bits: | Alexandre Ratchov |
2009-10-27 | set the THRU_AUTOQUIT flag only for ``thru'' devices | Alexandre Ratchov |
2009-10-27 | add missing word in error message | Alexandre Ratchov |
2009-10-22 | When starting playback, the client tries to write ``bufsz'' frames | Alexandre Ratchov |
2009-10-22 | use .Ux in midicat.1, as we do for aucat.1 now | Alexandre Ratchov |
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-10-21 | when freeing buffers (i.e. when sio_stop() is called on client side), | Alexandre Ratchov |
2009-10-17 | Add version number to aucat protocol. It's not used yet, | Alexandre Ratchov |
2009-10-12 | sort flags in description. | Igor Sobrado |
2009-10-10 | don't use a references to the device file to check the current mode | Alexandre Ratchov |
2009-10-10 | make dev_done() common to audio and MIDI, and drop dev_thrudone() | Alexandre Ratchov |
2009-10-10 | use dev_done() for loopback devices too and remove dev_loopdone() | Alexandre Ratchov |
2009-10-10 | We don't need independent file reader and writer anymore. So, | Alexandre Ratchov |
2009-10-09 | Make abuf structure smaller: | Alexandre Ratchov |
2009-10-06 | prevent aproc structures to be deleted twice. Doesn't change anything | Alexandre Ratchov |
2009-10-05 | add -d flag. When started in server mode, if the -d flag is | Alexandre Ratchov |
2009-09-27 | remove all debug traces | Alexandre Ratchov |
2009-09-19 | if pipe_read() returns 0 we are at EOF and the structure describing | Jacob Meuser |
2009-09-19 | if the device is dying, don't try to stop it, otherwise this would | Alexandre Ratchov |
2009-09-19 | tag the device as stopped even if sio_stop() failed (ie. device | Alexandre Ratchov |
2009-08-29 | accept ``common'' messages (including system explusive) on the | Alexandre Ratchov |
2009-08-28 | add a new AMSG_BYE, sent by the client to requst the server to | Alexandre Ratchov |
2009-08-28 | top device before closing it. It's necessary to ensure that if we | Alexandre Ratchov |
2009-08-27 | don't discard the initial volume change message; now it matters | Alexandre Ratchov |
2009-08-27 | when an audio program connects to aucat, restore the volume it | Alexandre Ratchov |
2009-08-26 | when allocating the midi channel for the volume control of a new | Alexandre Ratchov |
2009-08-26 | oops, forgot to update usage(); | Jason McIntyre |