summaryrefslogtreecommitdiff
path: root/lib/libsndio
AgeCommit message (Expand)Author
2011-06-03one midicat server can export multiple midithru portsAlexandre Ratchov
2011-06-03don't forget to send the initial clock tickAlexandre Ratchov
2011-05-09in sio_psleep(), use an array of SIO_MAXNFDS pollfd strucures ratherAlexandre Ratchov
2011-05-06use an array of backends and iterate on it, instead of inliningAlexandre Ratchov
2011-05-06remove almost two years old hack to support legacy audio/midiAlexandre Ratchov
2011-05-03determine the default device in backend code instead of the commonAlexandre Ratchov
2011-05-02Add missing byter order conversions in message headers. Fixes the caseAlexandre Ratchov
2011-05-02set the TCP_NODELAY option for TCP connectionsAlexandre Ratchov
2011-04-28Implement a new authentication method allowing aucat and midicat toAlexandre Ratchov
2011-04-27move amsg.h containing protocol defs from aucat side to libsndio side.Alexandre Ratchov
2011-04-18slightly cleanup by separating socket-specific code fromAlexandre Ratchov
2011-04-16remove aucat(1) and midicat(1) socket paths from the FILES sections.Alexandre Ratchov
2011-04-16for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATHAlexandre Ratchov
2011-04-16Since aucat supports any parameter combination sio_getcap() doesn'tAlexandre Ratchov
2011-04-16Make aucat audio and midi backends share the same code to communicateAlexandre Ratchov
2011-04-12Use mio_<backend>_ prefix for private midi-related functions and putAlexandre Ratchov
2011-04-08Clean up function naming: use sio_<backend>_ prefix for privateAlexandre Ratchov
2010-11-06tweak previous;Jason McIntyre
2010-11-06make sio_onvol(3) return a integer exposing whether a volume knobAlexandre Ratchov
2010-10-23add forgotten ``static''Alexandre Ratchov
2010-10-21use MODE_xxx and XRUN_xxx macros everywhere, and zap correspondingAlexandre Ratchov
2010-09-17don't try to get the current stream postion when the device is stopped,Alexandre Ratchov
2010-08-20polish the code: remove few unused #includes, add missing ones,Alexandre Ratchov
2010-08-06If audio interrupts are missed (as this happens on some MP systemsAlexandre Ratchov
2010-07-21remove unnecessary ``return 0'' statements,Alexandre Ratchov
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-06Handle all streams the same way because there's no actualAlexandre Ratchov
2010-06-05don't prime server buffers, because it's ugly and conceptuallyAlexandre Ratchov
2010-06-05don't send clock ticks while buffers are being primedAlexandre Ratchov
2010-06-05Don't send the initial position as a clock tick with a negative delta.Alexandre Ratchov
2010-05-25complete any pending message when the device is stoppedAlexandre Ratchov
2010-05-25drop samples or insert silence in sun_revents(). Otherwise, inAlexandre Ratchov
2010-05-09if the sample rate the hardware will use is different than theJacob Meuser
2010-04-29in sun_start(), don't pause the device in play mode, since it'sAlexandre Ratchov
2010-04-26once sio_start() has been called, stream parameters cannot beJacob Meuser
2010-04-25If setting close-on-exec flag fails (can this happen?), the wrongAlexandre Ratchov
2010-04-25Fix the way sio_getcap() probes rates of audio(4) devices.Alexandre Ratchov
2010-04-25when probing for a encoding/channels/rate combination, ensure thatAlexandre Ratchov
2010-04-24when probing an encoding of a audio(4) device, don't forget toAlexandre Ratchov
2010-04-24remove trailing spaces, from Alexandr Shadchin, thanksAlexandre Ratchov
2010-04-22Allow multiple users to share the same aucat server. If aucat isAlexandre Ratchov
2010-04-11audio(4) doesn't require to be started explicitely, so the device isAlexandre Ratchov
2010-04-06aucat (server):Alexandre Ratchov
2010-02-10Fix sio_getcap() for audio(4) devices exposing encodingsAlexandre Ratchov
2010-01-20back out last commit. breaks half-duplex playback with poll().Jacob Meuser
2010-01-15Keep in memory whether the socket is writable. This way sio_revents()Alexandre Ratchov
2009-12-30explain what sio_close() drains play buffers as if sio_close() wasAlexandre Ratchov
2009-12-02we don't expose overruns/underruns as negative positions anymore,Alexandre Ratchov
2009-11-03in block size calculations, use SIO_BPS(precision) instead ofAlexandre Ratchov
2009-10-26reader state cannot be IDLE, terminate the stream if so ratherAlexandre Ratchov