summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-11-17 17:42:41 +0100
committermakefu <github@syntax-fehler.de>2020-11-17 17:42:41 +0100
commit6a483207c45bd12654f4eda1e5f780a5ebdd2472 (patch)
tree1c20f231844c015aae5b4092c0a54e9214ca361b
parent9e6c5546bc463161696f9babe7e5dff30de5032b (diff)
podcasting-with-pulse: add list devices hintHEADmaster
-rw-r--r--content/posts/podcasting-with-pulse.rst6
1 files changed, 6 insertions, 0 deletions
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*.