Age | Commit message (Expand) | Author |
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 |
2009-10-24 | Flow control blocks the client in sio_write(3). Split the data | Alexandre Ratchov |
2009-10-22 | set protocol version number for midi too. Fixes aucat refusing | Alexandre Ratchov |
2009-10-22 | When starting playback, the client tries to write ``bufsz'' frames | Alexandre Ratchov |
2009-10-17 | Add version number to aucat protocol. It's not used yet, | Alexandre Ratchov |
2009-10-10 | when setting parameters of sun devices, check that selected encoding | Alexandre Ratchov |
2009-10-10 | at initialization of sun devices, use sio_setpar(3) instead of | Alexandre Ratchov |
2009-10-10 | since AUDIO_INITINFO() may set parameters to whatever is supported | Alexandre Ratchov |
2009-08-28 | don't consider calling sio_close() without calling sio_stop() first | Alexandre Ratchov |
2009-08-28 | when using aucat backend, wait for the server to drop the connection | Alexandre Ratchov |
2009-08-28 | add a new AMSG_BYE, sent by the client to requst the server to | Alexandre Ratchov |
2009-08-26 | handle incoming AMSG_SETVOL messages, allows the client to be notified | Alexandre Ratchov |
2009-08-21 | make aucat(1) expose a MIDI device to control server behaviour in | Alexandre Ratchov |
2009-08-01 | honor non-blocking flag in mio_open_rmidi(), fixes programs | Alexandre Ratchov |
2009-07-27 | don't use ``return'' in sio_close() and mio_close() | Alexandre Ratchov |
2009-07-26 | more style improvemets, from Thomas Pfaff | Alexandre Ratchov |
2009-07-26 | use ``sizeof(string) - 1'' rather than ``strlen(string)'' on static | Alexandre Ratchov |
2009-07-26 | remove the (bogus) special case when mio_open() is called with | Alexandre Ratchov |
2009-07-26 | rephrase description of (MIO_IN | MIO_OUT) mode | Alexandre Ratchov |
2009-07-26 | Make ``static'' few functions that are prototyped as static but are not | Alexandre Ratchov |
2009-07-26 | sort and space headers as per style(9) | Alexandre Ratchov |
2009-07-25 | use const qualifier in libsndio, making it slightly more consistent | Alexandre Ratchov |