summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-23 12:45:11 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-12-04 12:10:49 +0100
commit0237dd789efd6ae676b6a599eaf823de2ef67349 (patch)
tree2b4dd8eeb4becdfe4959f159bce6e81f6a019183
parentd53879304b394a9dc5906a85e86ee2ed619b2630 (diff)
downloadcmumble-0237dd789efd6ae676b6a599eaf823de2ef67349.tar.gz
cmumble-0237dd789efd6ae676b6a599eaf823de2ef67349.tar.bz2
cmumble-0237dd789efd6ae676b6a599eaf823de2ef67349.zip
audio: Improve pulseaudio config message a bit
-rw-r--r--src/audio.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/audio.c b/src/audio.c
index ed4c54f..65af769 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -141,11 +141,12 @@ set_pulse_states(gpointer data, gpointer user_data)
"stream-properties") == NULL)
goto out;
- /* configure pulseaudio to use:
+ /* FIXME: Move this into a man-page or so:
+ * Dear User: Add the following to the pulseaudio configuration:
* load-module module-device-manager "do_routing=1"
- * or new users may join to default output which is not headset?
+ * This is to let new join users default to e.g. a headset output.
* Also consider setting device.intended_roles = "phone" for your
- * wanted default output (if you dont have a usb headset dev). */
+ * output to be marked as headset (if you dont have a usb headset dev). */
name = g_strdup_printf("cmumble [%s]", user->name);