1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-03 19:07:39 +01:00

Add wasapisink to directsound devicefinder

This commit is contained in:
Jonas Kvinge 2019-10-27 23:47:28 +01:00
parent 3de85549b6
commit 4ab7871106

View File

@ -35,7 +35,7 @@
#include "core/logging.h"
DirectSoundDeviceFinder::DirectSoundDeviceFinder()
: DeviceFinder("directsound", { "directsound", "dsound", "directsoundsink", "directx", "directx2" }) {
: DeviceFinder("directsound", { "directsound", "dsound", "directsoundsink", "directx", "directx2", "wasapisink" }) {
}
QList<DeviceFinder::Device> DirectSoundDeviceFinder::ListDevices() {