OpenBSD CVS

src/usr.bin/aucat/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / aucat

Current tag: OPENBSD_4_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.12   14 years  ratchov   Rename s/safile/siofile/g, missed when libsa was renamed to libsndio. Fixes cras...
[TXT] abuf.c  1.18   14 years  ratchov   When resuming from suspend, prime play buffers with silence, otherwise the clien...
[TXT] abuf.h  1.19   14 years  ratchov   Make abuf structure smaller: - put aproc-specific parameters into unions since ...
[TXT] aucat.1  1.63   14 years  jmc   tweak previous;
[TXT] aucat.c  1.80   14 years  ratchov   Use -C option to specify recorded channel range instead of -c which is for playe...
[TXT] amsg.h (in the Attic) [Hide]  1.12   14 years  ratchov   When starting playback, the client tries to write ``bufsz'' frames instead of ``...
[TXT] aparams.c (in the Attic) [Hide]  1.10   14 years  ratchov   Add traces to help tracking subtle timing bugs often causing underuns and overru...
[TXT] aparams.h (in the Attic) [Hide]  1.8   14 years  ratchov   remove all debug traces
[TXT] aproc.c (in the Attic) [Hide]  1.48   14 years  ratchov   While resampling, if input samples are available but output is blocked don't sta...
[TXT] aproc.h (in the Attic) [Hide]  1.29   14 years  ratchov   When resuming from suspend, prime play buffers with silence, otherwise the clien...
[TXT] conf.h (in the Attic) [Hide]  1.12   14 years  ratchov   Add traces to help tracking subtle timing bugs often causing underuns and overru...
[TXT] dbg.c (in the Attic) [Hide]  1.1   14 years  ratchov   Add traces to help tracking subtle timing bugs often causing underuns and overru...
[TXT] dbg.h (in the Attic) [Hide]  1.1   14 years  ratchov   Add traces to help tracking subtle timing bugs often causing underuns and overru...
[TXT] dev.c (in the Attic) [Hide]  1.43   14 years  ratchov   when closing the device, delete its MIDI end, if it has no writers.
[TXT] dev.h (in the Attic) [Hide]  1.17   14 years  ratchov   When resuming from suspend, prime play buffers with silence, otherwise the clien...
[TXT] file.c (in the Attic) [Hide]  1.15   14 years  ratchov   Add traces to help tracking subtle timing bugs often causing underuns and overru...
[TXT] file.h (in the Attic) [Hide]  1.9   14 years  ratchov   remove all debug traces
[TXT] headers.c (in the Attic) [Hide]  1.10   14 years  ratchov   Add traces to help tracking subtle timing bugs often causing underuns and overru...
[TXT] legacy.c (in the Attic) [Hide]  1.8   14 years  ratchov   sio_open returns a pointer so the < 0 comparison is wrong from Thomas Pfaff, tha...
[TXT] listen.c (in the Attic) [Hide]  1.11   14 years  ratchov   remove all debug traces
[TXT] listen.h (in the Attic) [Hide]  1.5   14 years  ratchov   fix comments, remove no longer needed declaration, reorder includes from Thomas ...
[TXT] midi.c (in the Attic) [Hide]  1.16   14 years  ratchov   don't transmit MIDI active sensing messages, because they cannot be merged.
[TXT] midi.h (in the Attic) [Hide]  1.5   14 years  ratchov   Allow any program using aucat to act as MMC slave and MTC master transparently. ...
[TXT] midicat.1 (in the Attic) [Hide]  1.6   14 years  ratchov   use .Ux in midicat.1, as we do for aucat.1 now
[TXT] miofile.c (in the Attic) [Hide]  1.4   14 years  ratchov   Add traces to help tracking subtle timing bugs often causing underuns and overru...
[TXT] miofile.h (in the Attic) [Hide]  1.1   14 years  ratchov   Currently midi capable programs can control midi hardware, but cannot cooperate ...
[TXT] opt.c (in the Attic) [Hide]  1.4   14 years  ratchov   Add traces to help tracking subtle timing bugs often causing underuns and overru...
[TXT] opt.h (in the Attic) [Hide]  1.2   14 years  ratchov   Allow any program using aucat to act as MMC slave and MTC master transparently. ...
[TXT] pipe.c (in the Attic) [Hide]  1.8   14 years  ratchov   Add traces to help tracking subtle timing bugs often causing underuns and overru...
[TXT] pipe.h (in the Attic) [Hide]  1.2   14 years  ratchov   fix comments, remove no longer needed declaration, reorder includes from Thomas ...
[TXT] siofile.c (in the Attic) [Hide]  1.1   14 years  ratchov   Rename s/safile/siofile/g, missed when libsa was renamed to libsndio. Fixes cras...
[TXT] siofile.h (in the Attic) [Hide]  1.1   14 years  ratchov   Rename s/safile/siofile/g, missed when libsa was renamed to libsndio. Fixes cras...
[TXT] sock.c (in the Attic) [Hide]  1.39   14 years  ratchov   *** empty log message ***
[TXT] sock.h (in the Attic) [Hide]  1.12   14 years  ratchov   *** empty log message ***
[TXT] wav.c (in the Attic) [Hide]  1.12   14 years  ratchov   Use -C option to specify recorded channel range instead of -c which is for playe...
[TXT] wav.h (in the Attic) [Hide]  1.5   14 years  ratchov   Make the way .wav files are handled closer to the way sockets are handled, which...