chiark / gitweb /
Separate notion of configured audio backend from Disobedience/playrtp
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 26 Apr 2008 18:56:15 +0000 (19:56 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 26 Apr 2008 18:56:15 +0000 (19:56 +0100)
commit3c499fe72ea3c8527663a4fb7df9f6d627fc42b7
treeb0232701599f4c304389273dcc4aaad7b46f4a47
parentd85d9095011744fcf09bdfe6bf6da1576a5f6201
Separate notion of configured audio backend from Disobedience/playrtp
audio backend.  This allows Disobedience to show the volume widget iff
it'll work.  If RTP is enabled then it uses the default audio backend
(which is what playrtp will pick); if not then it assumes the server
is capable of setting the volume.

Currently this will still go wrong on a Mac without RTP.
clients/playrtp.c
disobedience/control.c
disobedience/disobedience.c
lib/configuration.h
lib/mixer.c
lib/mixer.h
server/disorderd.c
server/server.c