summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/sock.c
AgeCommit message (Expand)Author
2009-10-27slightly cleanup the socket and control bits:Alexandre Ratchov
2009-10-22When starting playback, the client tries to write ``bufsz'' framesAlexandre Ratchov
2009-10-21when freeing buffers (i.e. when sio_stop() is called on client side),Alexandre Ratchov
2009-10-10don't use a references to the device file to check the current modeAlexandre Ratchov
2009-10-05add -d flag. When started in server mode, if the -d flag isAlexandre Ratchov
2009-09-27remove all debug tracesAlexandre Ratchov
2009-08-28add a new AMSG_BYE, sent by the client to requst the server toAlexandre Ratchov
2009-08-27don't discard the initial volume change message; now it mattersAlexandre Ratchov
2009-08-27when an audio program connects to aucat, restore the volume itAlexandre Ratchov
2009-08-26don't mess with audio internals from within the midi bits. InsteadAlexandre Ratchov
2009-08-21make aucat(1) expose a MIDI device to control server behaviour inAlexandre Ratchov
2009-08-19organize midi code like audio code, no functional changeAlexandre Ratchov
2009-08-17allow midicat to take multiple -i and -o optionsAlexandre Ratchov
2009-08-17if one or more MIDI devices are specified in server mode, subscribeAlexandre Ratchov
2009-07-25fix comments, remove no longer needed declaration, reorder includesAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov
2009-05-16use the ``hello'' message a to set the device mode, and thus makeAlexandre Ratchov
2009-05-16add a new ``hello'' message to aucat protocol useful to work onAlexandre Ratchov
2009-03-15fix a couple comment typosJacob Meuser
2009-03-12in full-duplex, don't send AMSG_MOVE messages twice; instead,Alexandre Ratchov
2009-02-06simplify the clock tick messages generation code and ensuire thatAlexandre Ratchov
2009-02-04if there are too many connections, stop acceping new ones ratherAlexandre Ratchov
2009-01-23spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>Alexandre Ratchov
2008-12-29make the code "more correct": add reference counters to aprocAlexandre Ratchov
2008-12-17add a writable ``appbufsz'' field to the sa_par structure, containingAlexandre Ratchov
2008-12-07When resampling, don't require the sample frequency to be an integer.Alexandre Ratchov
2008-11-17allow aucat to run as server in play-only and record-only mode, soAlexandre Ratchov
2008-11-16allow aucat to listen on multiple sockets. Each socket carries itsAlexandre Ratchov
2008-11-16add ``template'' parameters to sockets rather than using deviceAlexandre Ratchov
2008-11-16make aucat compile without DEBUG defined (still defined by default)Alexandre Ratchov
2008-11-16Make clients inherit the volume parameter when the -v option is used inAlexandre Ratchov
2008-11-11expose the volume knob in server mode tooAlexandre Ratchov
2008-11-03A small optimization: handle most N-channel <-> M-channel conversionsAlexandre Ratchov
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre Ratchov