From 6a483207c45bd12654f4eda1e5f780a5ebdd2472 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 17 Nov 2020 17:42:41 +0100 Subject: podcasting-with-pulse: add list devices hint --- content/posts/podcasting-with-pulse.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/posts/podcasting-with-pulse.rst b/content/posts/podcasting-with-pulse.rst index bf02664..f069033 100644 --- a/content/posts/podcasting-with-pulse.rst +++ b/content/posts/podcasting-with-pulse.rst @@ -26,6 +26,12 @@ i speak into this device: ~ pactl load-module module-loopback source=alsa_input.CODEC.analog-stereo sink=stream latency_msec=1 24 +To find all possible device names you can run + +.. code-block:: bash + + pacmd list-sources | grep -e device.string -e 'name:' + Now lets open studio-link, set playback to **CODEC Analog Stereo** and Recording to **CODEC Analog Stereo** via *pavucontrol*. -- cgit v1.2.3