Age | Commit message (Expand) | Author |
2020-06-20 | basic macro cleanup: .Fo for long .Fn lines, .Fa for struct fields, | Ingo Schwarze |
2020-04-21 | move mixerctl and audioctl man pages to section 8, as these work | Theo de Raadt |
2019-01-18 | Sayt that using capabilities to negociate audio parameters (ie using | Alexandre Ratchov |
2018-07-28 | Move libsndio session cookie in its own $HOME/.sndio/ directory to | Alexandre Ratchov |
2017-01-03 | Tweak RETURN VALUES section. Move description of sio_pollfd() and | Martin Natano |
2016-02-11 | Document how to use sndio in pledged programs. | Tim van der Molen |
2016-01-07 | Move sndiod man page to section 8. | Alexandre Ratchov |
2015-09-14 | Remove useless quoting from .Fo and .Fn function names, to prevent | Ingo Schwarze |
2014-12-02 | Kill the only instance of .Lb in our tree. It is better to not use | Ingo Schwarze |
2014-03-05 | say this is the "sndio" api, as we have other audio/midi apis, | Alexandre Ratchov |
2014-01-22 | clean up macro usage; | Ingo Schwarze |
2013-12-23 | - clarify that sio_close() stops the device first, then | Alexandre Ratchov |
2013-12-22 | - replaces "audio stream" by "audio device", as sndio is a device | Alexandre Ratchov |
2013-07-04 | remove FILES sections because it's incomplete, wrong and doesn't give | Alexandre Ratchov |
2013-07-04 | shorten lines in literal blocks to avoid word wraping | Alexandre Ratchov |
2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-04-06 | explain what "default" means in sndio.7 rather than {sio,mio}_open.3, | 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 |
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-10-17 | Remove midicat since aucat can now be used instead of midicat | Alexandre Ratchov |
2011-10-04 | some tweaks, from Tim van der Molen | Jason McIntyre |
2011-04-16 | Make aucat audio and midi backends share the same code to communicate | 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-04-26 | once sio_start() has been called, stream parameters cannot be | Jacob Meuser |
2010-04-06 | aucat (server): | Alexandre Ratchov |
2009-12-30 | explain what sio_close() drains play buffers as if sio_close() was | 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 | describe sio_getcap(), sio_pollfd() and sio_setvol() retrurn values | Alexandre Ratchov |
2009-02-04 | update the default socket paths, to reflect recent aucat changes | Alexandre Ratchov |
2009-02-04 | explain that it's ok if we get a slightly different rate than | Alexandre Ratchov |
2009-01-21 | fix bugs section: clarify that sio_start() and sio_stop() should | Alexandre Ratchov |
2009-01-21 | explain what ``frame'' does mean | Alexandre Ratchov |
2009-01-12 | replace s/routine/function/, as other manuals do | Alexandre Ratchov |
2009-01-08 | oops, i messed up tim's patch; correction from Tim van der Molen | Jason McIntyre |
2009-01-08 | a little macro cleanup; from Tim van der Molen | Jason McIntyre |
2008-12-17 | stop using stderr in the library, wrap all diagnostic fprintfs | Alexandre Ratchov |
2008-12-17 | tweak previous; | Jason McIntyre |
2008-12-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | Alexandre Ratchov |
2008-11-17 | occures -> occurs; | Jason McIntyre |
2008-11-16 | document that sio_revents() can return POLLHUP | Alexandre Ratchov |
2008-11-11 | tweak previous; | Jason McIntyre |
2008-11-11 | expose a volume knob in the sndio API: add sio_setvol(3) and | Alexandre Ratchov |
2008-11-09 | typos; ok ratchov@ jmc@ | Christian Weisgerber |
2008-11-07 | expose the block size in the sndio API by making par->round writable | Alexandre Ratchov |
2008-10-29 | document LIBSIO_DEBUG | Todd T. Fries |
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov |