In conversations using Skype, I often want to share sound output (e.g. of a Youtube video) with other people I am talking with.
So I am looking for a way to route the output to the recording input (So that the other members hear the sound output), but I can still hear the output myself. Furthermore I want still be able to speak with them while sharing the sound output with them.
How would I do that? I would be very thankful!
Part of my question has been answered here: How to Pass/Record audio output as an input device? (but it only allows for setting the output stream as input, without overlapping the real microphone)
pulseaudio -k
to reset all change and start over. it should be easy now – user.dz Feb 15 '14 at 10:26pactl load-module module-loopback source=2 latency_msec=1 sink=Virtual1
, because actually you did not loopback the mic ... – Esokrates Feb 15 '14 at 10:45pactl load-module module-loopback source=2 latency_msec=1 sink=1
, you should hear mic in headset. thenpactl unload-module 30
(30 is the id showed when you load-module. – user.dz Feb 15 '14 at 10:47pactl unload-module module-loopback
– Esokrates Mar 03 '14 at 20:03