This commit is contained in:
Filippo Tarpini 2026-03-17 22:54:59 +01:00 committed by GitHub
commit cc2c66e89c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
#define BACKEND_NULLSOUND _trans("No Audio Output") #define BACKEND_NULLSOUND _trans("No Audio Output")
#define BACKEND_ALSA "ALSA" #define BACKEND_ALSA "ALSA"
#define BACKEND_CUBEB "Cubeb" #define BACKEND_CUBEB "Cubeb"
#define BACKEND_OPENAL "OpenAL" #define BACKEND_OPENAL _trans("OpenAL (Deprecated)")
#define BACKEND_PULSEAUDIO "Pulse" #define BACKEND_PULSEAUDIO "Pulse"
#define BACKEND_OPENSLES "OpenSLES" #define BACKEND_OPENSLES "OpenSLES"
#define BACKEND_WASAPI _trans("WASAPI (Exclusive Mode)") #define BACKEND_WASAPI _trans("WASAPI (Exclusive Mode)")