-
-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS Configuration #718
Comments
Harald, I don't really know my way around the HomeBrew installation, but if you enter |
Ah, "/usr/local/etc/shairport-sync/shairport-sync.conf" It works using the system default.
|
Thanks. So, in this configuration, Shairport Sync is using the |
Appreciate the help. I will look around. |
SwitchAudioSource works with the macOS CoreAudio framework. It clearly maps displayed devices to internal. Later:
But I cannot do it not programmatically at system start. It picks the set default, even with delays. Oh well, now I just use a simple script menu there... |
Having the same issues here. I'm looking for a way to tell shairport-sync on macOS which audio device and which channels to use. |
@whizkid79 @hstriepe did you guys ever figure this out? Today I installed
But not sure if there's a better invocation, or any way to use a different backend, since according to the readme:
update: in case anyone reads this. Here's a simple config that lets you start/stop the airplay receiver with just a short simple command. edit
start daemon:
stop:
|
The original issue could be translated to this: How could I select a specific the output device? The trick is simple, since the developers for now don't bother the device select thing, it just uses AO's default output device, that in this case, is whatever the current audio output device is, usually this is the "built-in output", which satisfies 99% people so it stays this way. To switch between difference output devices, the right way (the Macintosh way) is to go to "Audio Midi Setup" (use your spotlight search for "midi"), then select which ever device you want, and set it as the default (right click on it, select use this device for sound output). As most users don't have an "audio interface" (usually used for audio production or high-end sound reproduction), or multiple interfaces or DACs to switch between, this is the place people seldom knows. Do note, after the switch, you have to manually restart the services, or it won't recognize the change, result in no sound. Again since this is some niche scenario developers don't bother... The program only reads default devices once at the start of the program... With my previous hacking experience with this AO thing, I'm quite sure it's capable of select specific audio output device manually. So it's just something not implemented in Shairport-sync. Maybe in the future when I have sometime I'll do this myself. @hstriepe @whizkid79 @luckman212 in case you guys still needs the answer... |
This issue has been inactive for 45 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment. |
Hi there, In case someone is interested, I use this command tine to start shairport on my Mac OS, and I can choose the device I need (in my case it's called : "MIO Airplay") :
I run this command in a script at the start of the computer. |
I am trying to set up sh airport-sync installed via HomeBrew and am having trouble.
shairport-sync -- -n “USB Audio DAC "
The extra spaces are in the advertised name.
This was reported by SwitchAudioSource and also works with SwitchAudioSource -s.
Shairport-sync starts up without error but there is showing up in the AirPlay lists. I have tried other output devices as reported by SwitchAudioSource -a
What am I doing wrong?
If I want to set up a config list, where would it be placed. No samples in /etc...
Thanks,
-- Harald
The text was updated successfully, but these errors were encountered: