mpd configuration on macOS
Posted: August 4th, 2020, 2:38 am
I installed mpd via brew on macOS 10.15.6.
I have an SDAC configured via USB and was trying to see if I could get bit-perfect output on the SDAC, but the only output configuration I can get to work for output is this:
When I look at the sound settings on the Mac using system_profiler SPAudioDataType, I get the following output:
I tried to setup mpd.conf like this:
but got nowhere.
I kept getting this error:
Is there a way to get bit-perfect playback on OS X?
I have an SDAC configured via USB and was trying to see if I could get bit-perfect output on the SDAC, but the only output configuration I can get to work for output is this:
Code: Select all
audio_output {
type "osx"
name "CoreAudio"
mixer_type "software"
}
Code: Select all
Audio:
Devices:
SDAC :
Default Output Device: Yes
Manufacturer: Grace Design
Output Channels: 2
Current SampleRate: 44100
Transport: USB
Output Source: Default
Mac mini Speakers:
Default System Output Device: Yes
Manufacturer: Apple Inc.
Output Channels: 2
Current SampleRate: 48000
Transport: Built-in
Output Source: Mac mini Speakers
Code: Select all
audio_output {
type "osx"
name "SDAC"
mixer_type "hardware"
}
I kept getting this error:
Code: Select all
Aug 03 22:11 : exception: Failed to enable output "SDAC" (osx); Found no audio device with name 'SDAC'