From 2675c01f3766dcc59bdb96bb1ab39c7ffe021295 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 26 Jun 2020 11:42:36 -0400 Subject: [PATCH] add pulseaudio cheatsheet and link to kiwi webchat instead --- djinfo.html | 25 +++++++++++++++++++++++++ index.php | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/djinfo.html b/djinfo.html index e624ffc..ff1e2c8 100644 --- a/djinfo.html +++ b/djinfo.html @@ -28,6 +28,31 @@

if you're having trouble, try setting your software to broadcast 128kbps mp3

example butt config

+

pulseaudio wizardry

+
+# Setup virtual null sink & two loopbacks
+pulseaudio -k
+pactl load-module module-null-sink sink_name=v1 sink_properties=device.description="v1"
+pactl load-module module-loopback sink=v1
+pactl load-module module-loopback sink=v1
+
+# Run pavucontrol
+pavucontrol &
+
+# Configure
+
+Playback:
+Loopbacks => v1
+Applications => Headset stereo device
+
+Recording:
+Butt => Monitor of v1
+Loopback 1 => Headset stereo device
+Loopback 2 => Monitor of input device
+
+All volume sliders to 100%
+            
+

the test stream is available on port 8015 and you can listen to it here

diff --git a/index.php b/index.php index 21f0cce..dc24d92 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,7 @@ TildeRadio is Internet radio streamed by / for users of the tildeverse. tildeverse.org

TildeRadio has a dedicated irc channel, #tilderadio on tilde.chat

-

Join the conversation Here

+

Join the conversation Here