On Wed, Feb 27, 2013 at 08:47:20PM +0100, Jan Stary wrote: > > The audio plays fine, but why is this: > > /tmp/aucat-1000/aucat0: No such file or directory > > Indeed, there is no /tmp/aucat-1000/aucat0 (1000 is my userid), > but there is /tmp/aucat/aucat0; is this something from the > past of sndio, when it used userid in the socket name?
programs using libsndio try to connect to the per-user sndiod server first, then the system-wide server. This allows any regular user with no root privileges to bypass the system-wide server and use her/his own setup. The "aucat" string is from the past and should probably be renamed to "sndio". -- Alexandre