Age | Commit message (Expand) | Author |
2010-07-10 | When a file is created, initialize its ``busy cycles'' counter to zero. | Alexandre Ratchov |
2010-07-10 | In midi server mode, don't terminate the midi thru box if there are | Alexandre Ratchov |
2010-07-10 | fix parameter handling: don't try to open a ``default'' midi port | Alexandre Ratchov |
2010-07-06 | Try to detect busy loops caused by misbehaving audio drivers | Alexandre Ratchov |
2010-07-06 | various tweaks to previous; ok ratchov | Jason McIntyre |
2010-07-06 | Handle all streams the same way because there's no actual | Alexandre Ratchov |
2010-06-29 | explicitely initialize members of struct dev in dev_open() | Jacob Meuser |
2010-06-29 | If the device isn't opened yet (as can be the case with '-a off'), | Jacob Meuser |
2010-06-25 | don't attempt to drain devices after they are destroyed, which | Alexandre Ratchov |
2010-06-20 | fix midicat(1) device mode when only -i or only -o is used (ie | Alexandre Ratchov |
2010-06-05 | Take into account wav ``riff'' header when calculating the offset | Alexandre Ratchov |
2010-06-05 | when parsing wav headers, check that a data chuck actually exists | Alexandre Ratchov |
2010-06-05 | in dev_close(), first terminate streams recording from the hardware, | Alexandre Ratchov |
2010-06-05 | When closing the device, request clients using a midi control slot | Alexandre Ratchov |
2010-06-05 | don't prime server buffers, because it's ugly and conceptually | Alexandre Ratchov |
2010-06-05 | Don't send the initial position as a clock tick with a negative delta. | Alexandre Ratchov |
2010-06-04 | when attaching files to play or record to the device, check that | Alexandre Ratchov |
2010-06-04 | midi control aproc structure is can be destroyed before any stream | Alexandre Ratchov |
2010-06-04 | Allow the audio device to be opened only while it's actually used. | Alexandre Ratchov |
2010-05-27 | include stdint.h | Alexandre Ratchov |
2010-05-25 | enable support for ``extended'' .wav files since certain programs | Alexandre Ratchov |
2010-05-08 | prime play buffers as soon as the device is opened, otherwise a | Alexandre Ratchov |
2010-05-08 | Fix sign in dev_getpos(). Indeed, positive device playback latency | Alexandre Ratchov |
2010-05-08 | don't take into account recording latency in dev_getpos(), since | Alexandre Ratchov |
2010-05-07 | remove ``abspos'' counters, from the pre-libsndio era. Since play and | Alexandre Ratchov |
2010-05-07 | Since aucat uses libsndio, play and rec clocks are the same, so | Alexandre Ratchov |
2010-05-07 | don't prime audio buffers if the device is only started to serve | Alexandre Ratchov |
2010-05-06 | allow volumes of uninitialized slots to be set | Alexandre Ratchov |
2010-05-04 | make the mixer process data as soon as it's pushed by one of its | Alexandre Ratchov |
2010-05-04 | if the ``device'' is in loopback mode (ie no audio device), then | Alexandre Ratchov |
2010-05-02 | Clean up device handling code to clarify different initialization phases | Alexandre Ratchov |
2010-05-02 | Don't systematically fill with silence the mixer output. This | Alexandre Ratchov |
2010-05-02 | use clock_gettime() and interval timers instead of gettimeofday() | Alexandre Ratchov |
2010-05-02 | in the resampling code, handle the case ``diff == 0'', to avoid producing | Alexandre Ratchov |
2010-04-24 | if there are no files to play in legacy mode, print the usage message | Alexandre Ratchov |
2010-04-24 | don't increment mixer's ``idle'' counter before truncating the | Alexandre Ratchov |
2010-04-24 | rename ibuflist/obuflist -> ins/outs to cut long lines | Alexandre Ratchov |
2010-04-22 | zap trailing whitespace; | Jason McIntyre |
2010-04-22 | Allow multiple users to share the same aucat server. If aucat is | Alexandre Ratchov |
2010-04-21 | when creating the ``default'' subdevice, use last parameters of the | Alexandre Ratchov |
2010-04-21 | adds the necessary bits to join channels (ex stereo->mono) or | Alexandre Ratchov |
2010-04-17 | Allow the mixer to handle inputs with channel ranges outside | Alexandre Ratchov |
2010-04-07 | tweak previous; ok ratchov | Jason McIntyre |
2010-04-06 | bump (private) protocol version number | Alexandre Ratchov |
2010-04-06 | aucat (server): | Alexandre Ratchov |
2010-04-05 | fix playback of .au files on big-endian machines | Jacob Meuser |
2010-04-03 | backout last change, committed by mistake, sorry... | Alexandre Ratchov |
2010-04-03 | doc fixes from jmc | Alexandre Ratchov |
2010-01-17 | While resampling, if input samples are available but output | Alexandre Ratchov |
2010-01-17 | fix quality degradation when resampling | Alexandre Ratchov |