22#ifdef PIPEWIRE_BACKEND
24 return std::make_unique<PipewireBackend>();
29 return std::make_unique<WasapiBackend>();
32#ifdef COREAUDIO_BACKEND
34 return std::make_unique<CoreAudioBackend>();
39 "Unsupported audio backend type: {}",
static_cast<int>(type));