CVSROOT:        /cvs
Module name:    src
Changes by:     ratc...@cvs.openbsd.org 2009/10/24 03:35:16

Modified files:
        lib/libsndio   : aucat.c 

Log message:
Flow control blocks the client in sio_write(3). Split the data
stream in a way that the pause never occurs in the middle of data
chunks. Beside being more natural, this allows the client to send
non-data messages during the pause (set the volume, stop playback...),
rather than delaying them until the end of the pause. It's about
few milliseconds only.

Reply via email to