<div dir="ltr">A virtual microphone can be created using module-remap-source <a href="https://aweirdimagination.net/2020/07/19/virtual-microphone-using-gstreamer-and-pulseaudio/">https://aweirdimagination.net/2020/07/19/virtual-microphone-using-gstreamer-and-pulseaudio/</a><div><br></div>pactl load-module module-remap-source \ master=virtmic.monitor source_name=virtmic \ source_properties=device.description=Virtual_Microphone<div><br></div><div>AFAICT a sink-input cannot be set as the source for the virtual microphone.</div><div><br></div><div>A sink-input can be recorded using parec or parecord --monitor-stream option</div><div><br></div>parecord -v -r --monitor-stream=26 --file-format=wav output.wav<br class="gmail-Apple-interchange-newline"><div> </div><div>How to set a sink-input as source for the virtual microphone so that the output of the sink-input is still played back to speakers or headphones and simultaneously is the source of the virtual microphone?<br><div><br></div><div><br></div></div></div>