Remove CoreAudio audio backend

Cubeb handles everything the CoreAudio backend can, plus supports DPL2.
This commit is contained in:
Michael Maltese 2017-06-25 23:56:11 -07:00
parent 898bbffaa7
commit 21fa010bb6
7 changed files with 3 additions and 172 deletions

View file

@ -35,7 +35,6 @@ class TMDReader;
// DSP Backend Types
#define BACKEND_NULLSOUND _trans("No audio output")
#define BACKEND_ALSA "ALSA"
#define BACKEND_COREAUDIO "CoreAudio"
#define BACKEND_CUBEB "Cubeb"
#define BACKEND_OPENAL "OpenAL"
#define BACKEND_PULSEAUDIO "Pulse"