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-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-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-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-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 |
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-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-07-26 | more style improvemets, from Thomas Pfaff | 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 |
2009-07-25 | Currently midi capable programs can control midi hardware, but | Alexandre Ratchov |
2009-05-15 | cleanup forgotten calls to exit(3) | Alexandre Ratchov |
2009-05-15 | replace s/sa/sio/, left from when libsa was renamed to libsndio | Alexandre Ratchov |
2009-05-15 | if DEBUG is defined, use a global debug level rather | Alexandre Ratchov |
2009-02-26 | don't use ``hdl->filling'' flag uninitialized | Alexandre Ratchov |
2009-02-04 | Programs have no direct access do the device file descriptor. So, if | Alexandre Ratchov |
2009-01-10 | make all private functions static | Alexandre Ratchov |
2008-12-21 | remove mixer bits from the audio(4) backend of libsndio, it's not | Alexandre Ratchov |
2008-12-21 | fix more spelling errors and typos, | Alexandre Ratchov |
2008-12-17 | stop using stderr in the library, wrap all diagnostic fprintfs | Alexandre Ratchov |
2008-12-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | Alexandre Ratchov |
2008-11-20 | make both aucat(1) and audio(4) backends use the AUDIODEVICE env | Alexandre Ratchov |
2008-11-20 | while setting the block size, try smaller blocks half of the retries and | Alexandre Ratchov |
2008-11-11 | expose a volume knob in the sndio API: add sio_setvol(3) and | Alexandre Ratchov |
2008-11-07 | expose the block size in the sndio API by making par->round writable | Alexandre Ratchov |
2008-10-30 | only few (frequency, blocksize) pairs are compatible with both resampling | Alexandre Ratchov |
2008-10-28 | fix missing n in error message | Alexandre Ratchov |
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov |