How to create a virtual pulseaudio microphone with ffmpeg?
I have a mkv file and with v4l2 I am able to redirect the video stream to a virtual webcam device, here /dev/video0.
ffmpeg -i myfile.mkv -f v4l2 /dev/video0
Now, in the same time I want to redirect the audio stream to a virtual pulseaudio microphone (and not to an output device). How can I achieve this?