[Question] What specific pulseaudio commands are used at Recording tab to set the device being captured?
Chromium implementation of navigator.mediaDevices.getUserMedia({audio: true})
does not provide a means to select "Monitor of " ("What-U-Hear").
pavucontrol
, pavucontrol-qt
can be used to dynamically set the stream being captured at Recording
tab, proof-of-concept https://github.com/guest271314/captureSystemAudio, using web platform API's Native File System and Native Messaging, respectively.
What are the specific corresponding pacmd
or pactl
commands are or can be used to change or toggle the device being captured at Recording
tab dynamically?