summaryrefslogtreecommitdiff
path: root/lib/libsndio/sio_open.3
AgeCommit message (Expand)Author
2020-06-20basic macro cleanup: .Fo for long .Fn lines, .Fa for struct fields,Ingo Schwarze
2020-04-21move mixerctl and audioctl man pages to section 8, as these workTheo de Raadt
2019-01-18Sayt that using capabilities to negociate audio parameters (ie usingAlexandre Ratchov
2018-07-28Move libsndio session cookie in its own $HOME/.sndio/ directory toAlexandre Ratchov
2017-01-03Tweak RETURN VALUES section. Move description of sio_pollfd() andMartin Natano
2016-02-11Document how to use sndio in pledged programs.Tim van der Molen
2016-01-07Move sndiod man page to section 8.Alexandre Ratchov
2015-09-14Remove useless quoting from .Fo and .Fn function names, to preventIngo Schwarze
2014-12-02Kill the only instance of .Lb in our tree. It is better to not useIngo Schwarze
2014-03-05say this is the "sndio" api, as we have other audio/midi apis,Alexandre Ratchov
2014-01-22clean up macro usage;Ingo Schwarze
2013-12-23- clarify that sio_close() stops the device first, thenAlexandre Ratchov
2013-12-22- replaces "audio stream" by "audio device", as sndio is a deviceAlexandre Ratchov
2013-07-04remove FILES sections because it's incomplete, wrong and doesn't giveAlexandre Ratchov
2013-07-04shorten lines in literal blocks to avoid word wrapingAlexandre Ratchov
2013-06-05use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzeTed Unangst
2013-04-06explain what "default" means in sndio.7 rather than {sio,mio}_open.3,Alexandre Ratchov
2012-05-23Make the "default" string a valid device name that has the same effectAlexandre Ratchov
2012-04-11Use "unsigned int" rather than "unsigned". No object change.Alexandre Ratchov
2011-12-24formatting errors, found using freebsd's "igor";Jason McIntyre
2011-12-09mention sndiod rather than aucat when talking about the serverAlexandre Ratchov
2011-10-17Remove midicat since aucat can now be used instead of midicatAlexandre Ratchov
2011-10-04some tweaks, from Tim van der MolenJason McIntyre
2011-04-16Make aucat audio and midi backends share the same code to communicateAlexandre Ratchov
2010-11-06tweak previous;Jason McIntyre
2010-11-06make sio_onvol(3) return a integer exposing whether a volume knobAlexandre Ratchov
2010-04-26once sio_start() has been called, stream parameters cannot beJacob Meuser
2010-04-06aucat (server):Alexandre Ratchov
2009-12-30explain what sio_close() drains play buffers as if sio_close() wasAlexandre Ratchov
2009-07-25use const qualifier in libsndio, making it slightly more consistentAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov
2009-05-15describe sio_getcap(), sio_pollfd() and sio_setvol() retrurn valuesAlexandre Ratchov
2009-02-04update the default socket paths, to reflect recent aucat changesAlexandre Ratchov
2009-02-04explain that it's ok if we get a slightly different rate thanAlexandre Ratchov
2009-01-21fix bugs section: clarify that sio_start() and sio_stop() shouldAlexandre Ratchov
2009-01-21explain what ``frame'' does meanAlexandre Ratchov
2009-01-12replace s/routine/function/, as other manuals doAlexandre Ratchov
2009-01-08oops, i messed up tim's patch; correction from Tim van der MolenJason McIntyre
2009-01-08a little macro cleanup; from Tim van der MolenJason McIntyre
2008-12-17stop using stderr in the library, wrap all diagnostic fprintfsAlexandre Ratchov
2008-12-17tweak previous;Jason McIntyre
2008-12-17add a writable ``appbufsz'' field to the sa_par structure, containingAlexandre Ratchov
2008-11-17occures -> occurs;Jason McIntyre
2008-11-16document that sio_revents() can return POLLHUPAlexandre Ratchov
2008-11-11tweak previous;Jason McIntyre
2008-11-11expose a volume knob in the sndio API: add sio_setvol(3) andAlexandre Ratchov
2008-11-09typos; ok ratchov@ jmc@Christian Weisgerber
2008-11-07expose the block size in the sndio API by making par->round writableAlexandre Ratchov
2008-10-29document LIBSIO_DEBUGTodd T. Fries
2008-10-27rename libsa to libsndioAlexandre Ratchov