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'