Age | Commit message (Expand) | Author |
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 |
2010-04-24 | when probing an encoding of a audio(4) device, don't forget to | Alexandre Ratchov |
2010-04-24 | remove trailing spaces, from Alexandr Shadchin, thanks | Alexandre Ratchov |
2010-04-22 | Allow multiple users to share the same aucat server. If aucat is | Alexandre Ratchov |
2010-04-11 | audio(4) doesn't require to be started explicitely, so the device is | Alexandre Ratchov |
2010-04-06 | aucat (server): | Alexandre Ratchov |
2010-02-10 | Fix sio_getcap() for audio(4) devices exposing encodings | Alexandre Ratchov |
2010-01-20 | back out last commit. breaks half-duplex playback with poll(). | Jacob Meuser |
2010-01-15 | Keep in memory whether the socket is writable. This way sio_revents() | Alexandre Ratchov |
2009-12-30 | explain what sio_close() drains play buffers as if sio_close() was | Alexandre Ratchov |
2009-12-02 | we don't expose overruns/underruns as negative positions anymore, | Alexandre Ratchov |
2009-11-03 | in block size calculations, use SIO_BPS(precision) instead of | Alexandre Ratchov |
2009-10-26 | reader state cannot be IDLE, terminate the stream if so rather | Alexandre Ratchov |