Age | Commit message (Expand) | Author |
2014-08-10 | typo in debug message | Alexandre Ratchov |
2014-08-10 | initialize mmcpos, found by guenther | Alexandre Ratchov |
2014-02-08 | more Va -> Cm fixes from Jan Stary <hans at stare.cz>, thanks! | Alexandre Ratchov |
2014-01-28 | fix typo: s/to/the | Alexandre Ratchov |
2014-01-28 | Remove section about server capability which was removed | Alexandre Ratchov |
2013-11-21 | use -Wmissing-prototypes | Alexandre Ratchov |
2013-11-19 | move -Wxxx flags from CFALGS to COPTS | Alexandre Ratchov |
2013-11-18 | remove unused variables | Alexandre Ratchov |
2013-11-18 | add missing prototypes | Alexandre Ratchov |
2013-11-12 | remove bogus legacy server-specific bits that cause confusion | Alexandre Ratchov |
2013-03-13 | don't display warnings if accept() returns ECONNABORTED or | Alexandre Ratchov |
2012-12-03 | Remove server capability description from the documentation and from | Alexandre Ratchov |
2012-11-23 | Since there's no sndiod -> aucat link anymore, allow aucat to be run | Alexandre Ratchov |
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov |
2012-11-23 | Make the client wait for the first flow control message rather than | Alexandre Ratchov |
2012-11-02 | Dont insert twice recorded wav files (-o) on the list of recorded files; | Alexandre Ratchov |
2012-11-02 | Initialize wav structure enough for wav_close() to work in the error | Alexandre Ratchov |
2012-11-02 | Use dedicated messages for flow control instead of abusing clock tick | Alexandre Ratchov |
2012-10-27 | include netinet/in.h to get htons & friends prototypes | Alexandre Ratchov |
2012-10-27 | don't stat & test sndio home directory since we never use it. | Alexandre Ratchov |
2012-10-27 | don't (re-)define SNDIO_USER and SNDIO_PRIO if they are already defined, | Alexandre Ratchov |
2012-10-27 | use unsigned chars for midi messages (to avoid gcc warning) | Alexandre Ratchov |
2012-09-25 | Upon "master volume change" message, send feedback to other clients | Alexandre Ratchov |
2012-08-30 | Use (rate / 15) as block size in off-line mode to ensure the | Alexandre Ratchov |
2012-06-27 | Uniformize error messages printing, use err() instead of fprintf() | Alexandre Ratchov |
2012-06-27 | Don't return void expressions in functions returning void. Removes | Alexandre Ratchov |
2012-06-19 | Remove hidden options that are not needed any more, | Alexandre Ratchov |
2012-05-23 | Make the "default" string a valid device name that has the same effect | Alexandre Ratchov |
2012-05-23 | Fix duplicate mixer knob names | Alexandre Ratchov |
2012-05-23 | Fix wrong arithmetics in channel mapping causing crashes if all of | Alexandre Ratchov |
2012-04-25 | Fix typos, from Michael W. Bombardieri <mb at ii.net>, Thanks! | Alexandre Ratchov |
2012-04-25 | later -> latter; | Jason McIntyre |
2012-04-19 | unbreak compilation without DEBUG defined | Alexandre Ratchov |
2012-04-11 | In the "reply" code path, lock the socket while invoking the | Alexandre Ratchov |
2012-04-11 | flush the log and abort() if we try to destroy a NULL aproc | Alexandre Ratchov |
2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. | Alexandre Ratchov |
2012-04-04 | tweak previous; ok ratchov | Jason McIntyre |
2012-04-04 | Add a simple and clear (hopefully) description of what sndiod does. | Alexandre Ratchov |
2012-04-04 | Fix memory leak in the error handling code path of failed device | Alexandre Ratchov |
2012-03-29 | Don't spin if accept() fails because it is out of file descriptors, | Alexandre Ratchov |
2012-03-23 | add a MIDI-controlled master volume knob to adjust the mix of | Alexandre Ratchov |
2012-02-09 | Crank the default buffer size to 160ms (ie 7680 frames at 48kHz). | Alexandre Ratchov |
2012-01-26 | Make the default rate 48kHz and the default block size 10ms. These | Alexandre Ratchov |
2012-01-14 | remove unused variables, from Michael W. Bombardieri, thanks! | Alexandre Ratchov |
2012-01-10 | Fix the way the mixer figures out which groups of streams have | Alexandre Ratchov |
2012-01-10 | hide "device disappeared" messages unless -d is used | Alexandre Ratchov |
2012-01-10 | When a sub-device is created (-s), check if a hardware | Alexandre Ratchov |
2011-12-09 | zap trailing whitespace, from jmc | Alexandre Ratchov |
2011-12-09 | fix usage string: remove -M from aucat and -l from aucat and sndiod | Alexandre Ratchov |
2011-12-09 | add a new sndiod audio/midi daemon and hide aucat server-specific | Alexandre Ratchov |