Age | Commit message (Expand) | Author |
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-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-06-27 | Uniformize error messages printing, use err() instead of fprintf() | 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-04-11 | Use "unsigned int" rather than "unsigned". No object change. | 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-10 | When a sub-device is created (-s), check if a hardware | 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 |
2011-12-02 | don't use a "server" flag, just check if we expose sub-devices | Alexandre Ratchov |
2011-12-02 | reuse midi-control code to implement midi thru boxes and remove | Alexandre Ratchov |
2011-11-20 | Move mmc/mtc and volume control bits from struct aproc to struct | Alexandre Ratchov |
2011-11-15 | Add a "device number" component in sndio(7) device names, allowing a | Alexandre Ratchov |
2011-10-18 | keep the device closed by default (when not used) | Alexandre Ratchov |
2011-10-18 | remove duplicate options in getopt() string | Alexandre Ratchov |
2011-10-17 | Remove midicat since aucat can now be used instead of midicat | Alexandre Ratchov |
2011-10-12 | - avoid line wrapping an example | Jason McIntyre |
2011-10-12 | Simplify and improve the way options are parsed and remove ~300 lines | Alexandre Ratchov |
2011-06-29 | make -u flag per-device similarly to -a and -w | Alexandre Ratchov |
2011-06-20 | Make -aoff option apply to MIDI ports (-q) as well, ensuring the device | Alexandre Ratchov |
2011-06-03 | Allow device encoding to be set if -u is also used. Useful to degrade | Alexandre Ratchov |
2011-06-03 | Reorganize the way command line options are parsed and stored. | Alexandre Ratchov |
2011-05-26 | add a new -w flag to control whether master volume is automatically | Alexandre Ratchov |
2011-05-10 | fix option handling and enable TCP in midicat | Alexandre Ratchov |
2011-04-28 | Implement a new authentication method allowing aucat and midicat to | Alexandre Ratchov |
2011-04-27 | move amsg.h containing protocol defs from aucat side to libsndio side. | Alexandre Ratchov |
2011-04-27 | use more volatile sig_atomic_t in signal handlers | Theo de Raadt |
2011-04-19 | don't hold a pointer to "listen" structure. Instead, when it must | Alexandre Ratchov |
2011-04-16 | for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATH | Alexandre Ratchov |
2011-03-17 | use a DEFAULT_RATE macro instead of hardcoding 44100, no object change | Alexandre Ratchov |
2010-11-05 | unbreak compilation without DEBUG defined | Alexandre Ratchov |
2010-10-21 | use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding | Alexandre Ratchov |
2010-09-08 | aucat: getpwnam: No such file or directory | Theo de Raadt |
2010-08-20 | polish the code: remove few unused #includes, add missing ones, | Alexandre Ratchov |
2010-08-19 | fix NULL pointer deref in midicat option parsing when ``-'' is | Alexandre Ratchov |
2010-07-31 | remove 2 years old compatibility mode | 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 | 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 | 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 | 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 | Allow the audio device to be opened only while it's actually used. | Alexandre Ratchov |