Age | Commit message (Expand) | Author |
2012-05-23 | Make the "default" string a valid device name that has the same effect | Alexandre Ratchov |
2012-05-11 | The default device is selected with sndiod(1) or the AUDIODEVICE | Alexandre Ratchov |
2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. | Alexandre Ratchov |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre |
2011-12-09 | mention sndiod rather than aucat when talking about the server | Alexandre Ratchov |
2011-11-15 | Add a "device number" component in sndio(7) device names, allowing a | Alexandre Ratchov |
2011-10-22 | Don't attempt to send data not available for sending yet. Analysed | Alexandre Ratchov |
2011-10-18 | some minor tweaks concerning midicat removal; ok ratchov | Jason McIntyre |
2011-10-17 | Remove midicat since aucat can now be used instead of midicat | Alexandre Ratchov |
2011-10-05 | restart connect(2) if it returns EINTR | Alexandre Ratchov |
2011-10-04 | some tweaks, from Tim van der Molen | Jason McIntyre |
2011-06-03 | one midicat server can export multiple midithru ports | Alexandre Ratchov |
2011-06-03 | don't forget to send the initial clock tick | Alexandre Ratchov |
2011-05-09 | in sio_psleep(), use an array of SIO_MAXNFDS pollfd strucures rather | Alexandre Ratchov |
2011-05-06 | use an array of backends and iterate on it, instead of inlining | Alexandre Ratchov |
2011-05-06 | remove almost two years old hack to support legacy audio/midi | Alexandre Ratchov |
2011-05-03 | determine the default device in backend code instead of the common | Alexandre Ratchov |
2011-05-02 | Add missing byter order conversions in message headers. Fixes the case | Alexandre Ratchov |
2011-05-02 | set the TCP_NODELAY option for TCP connections | 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-18 | slightly cleanup by separating socket-specific code from | Alexandre Ratchov |
2011-04-16 | remove aucat(1) and midicat(1) socket paths from the FILES sections. | Alexandre Ratchov |
2011-04-16 | for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATH | Alexandre Ratchov |
2011-04-16 | Since aucat supports any parameter combination sio_getcap() doesn't | Alexandre Ratchov |
2011-04-16 | Make aucat audio and midi backends share the same code to communicate | Alexandre Ratchov |
2011-04-12 | Use mio_<backend>_ prefix for private midi-related functions and put | Alexandre Ratchov |
2011-04-08 | Clean up function naming: use sio_<backend>_ prefix for private | Alexandre Ratchov |
2010-11-06 | tweak previous; | Jason McIntyre |
2010-11-06 | make sio_onvol(3) return a integer exposing whether a volume knob | Alexandre Ratchov |
2010-10-23 | add forgotten ``static'' | Alexandre Ratchov |
2010-10-21 | use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding | Alexandre Ratchov |
2010-09-17 | don't try to get the current stream postion when the device is stopped, | Alexandre Ratchov |
2010-08-20 | polish the code: remove few unused #includes, add missing ones, | Alexandre Ratchov |
2010-08-06 | If audio interrupts are missed (as this happens on some MP systems | Alexandre Ratchov |
2010-07-21 | remove unnecessary ``return 0'' statements, | Alexandre Ratchov |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-06 | Handle all streams the same way because there's no actual | Alexandre Ratchov |
2010-06-05 | don't prime server buffers, because it's ugly and conceptually | Alexandre Ratchov |
2010-06-05 | don't send clock ticks while buffers are being primed | Alexandre Ratchov |
2010-06-05 | Don't send the initial position as a clock tick with a negative delta. | Alexandre Ratchov |
2010-05-25 | complete any pending message when the device is stopped | Alexandre Ratchov |
2010-05-25 | drop samples or insert silence in sun_revents(). Otherwise, in | Alexandre Ratchov |
2010-05-09 | if the sample rate the hardware will use is different than the | Jacob Meuser |
2010-04-29 | in sun_start(), don't pause the device in play mode, since it's | Alexandre Ratchov |
2010-04-26 | once sio_start() has been called, stream parameters cannot be | Jacob Meuser |
2010-04-25 | If setting close-on-exec flag fails (can this happen?), the wrong | Alexandre Ratchov |
2010-04-25 | Fix the way sio_getcap() probes rates of audio(4) devices. | Alexandre Ratchov |
2010-04-25 | when probing for a encoding/channels/rate combination, ensure that | Alexandre Ratchov |