zaps166 / QMPlay2

QMPlay2 is a video and audio player which can play most formats and codecs.
GNU Lesser General Public License v3.0
811 stars 170 forks source link

Input Virtual allow #516

Open markosc opened 1 year ago

markosc commented 1 year ago

it is possible that the application can detect the virtual audio inputs, vlc detects it, and qm2play in windows also detects with "Port Audio" but in linux (arch / artix) it does not image image

zaps166 commented 1 year ago

Virtual audio inputs or virtual audio outputs? What is the virtual sink? Is it PipeWire virtual output or ALSA virtual output or something else?

For ALSA try this. For PipeWire open pavucontrol or similar tool and change output device for QMPlay2 in Playback tab.

RafaelLinux commented 1 year ago

Virtual audio inputs or virtual audio outputs? What is the virtual sink? Is it PipeWire virtual output or ALSA virtual output or something else?

For ALSA try this. For PipeWire open pavucontrol or similar tool and change output device for QMPlay2 in Playback tab.

If it helps (I don't use PulseAudio yet, but Pipewire) this is what I think it means with "sink": sink: device that can output digital audio stream from PulseAudio (typically speaker signal, headphone output, HDMI output, line out; may or may not be backed by actual audio hardware but PulseAudio will treat it as if it was real hardware).

I used it in some Linux-powered TVBoxes to redirect simultaneously audio to HDMI and headphones.