From fe53f05c8bdd39b3027f0fe70d8ac4ff12c05592 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 28 Sep 2017 15:01:44 +0200 Subject: update podcasting --- content/posts/podcasting-with-pulse.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/content/posts/podcasting-with-pulse.rst b/content/posts/podcasting-with-pulse.rst index 7252ec8..0a0ff97 100644 --- a/content/posts/podcasting-with-pulse.rst +++ b/content/posts/podcasting-with-pulse.rst @@ -1,12 +1,13 @@ -A usable VIM Undo tree +Podcasting with Pulse ################################## :date: 2017-09-28 14:30 :tags: pulseaudio, darkice -I want a very simple setup where i can podcast via studio-link with my headset. +I want a very simple setup where i can podcast via **studio-link** with my headset and stream the whole thing to xenim. Therefore i have: + * Headset Mic ( alsa_output.CODEC.analog-stereo.monitor ) * Headset Speaker ( alsa_input.CODEC.analog-stereo.monitor ) * studio-link recording @@ -18,17 +19,17 @@ i speak into this device: .. code-block:: bash - ~ pactl load-module module-null-sink sink_name=stream sink_properties=device.description="Streaming_Output" + ~ pactl load-module module-null-sink sink_name=stream sink_properties=device.description="Streaming" 22 - ~ pactl load-module module-loopback source=alsa_output.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo.monitor sink=stream latency_msec=1 + ~ pactl load-module module-loopback source=alsa_output.CODEC.analog-stereo.monitor sink=stream latency_msec=1 23 - ~ pactl load-module module-loopback source=alsa_input.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo sink=stream latency_msec=1 + ~ pactl load-module module-loopback source=alsa_input.CODEC.analog-stereo sink=stream latency_msec=1 24 Now lets open studio-link, set playback to **CODEC Analog Stereo** and -Recording to **CODEC Analog Stereo**. +Recording to **CODEC Analog Stereo** via *pavucontrol*. -we start darkice with a configuration like this: +We start *darkice* with a configuration like this: .. code-block:: ini -- cgit v1.2.3