-
Notifications
You must be signed in to change notification settings - Fork 85
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
No Airplay audio #130
Comments
Was it simple to install on the Zero? Are you planning to use it in gadget mode? I'm looking to use a Pi to replicate the ipod protocol for streaming media and I am curious if anyone else has done it. |
I had the same issue. Turns out /etc/shairport-sync.conf is incorrectly using "hw:0,0" - I changed it to "hw:1,0" and audio now works for both Bluetooth and Airplay. |
Hey Guys, thanks for the interest in the project. Unfortunately, due to time constraints, maintenance on the shell scripts are hard and inefficient. As such I will be porting over these scripts to ansible playbooks. This will allow for easier choosing of what you want installed, less brittle code base, and better maintenance so that less people experience the errors. Once I have feature parity I will be addressing documentation on installing with ansible. The goal here is to allow people to setup multiple devices at once by only issuing one command, additionally to allow multiple OS support with less debugging and maintenance, as well as allowing other developers more easily add functionality to this repo with simple yaml files as opposed to obfuscated shell scripts. |
Hi,
first of all thank you so much for this project! This is such a great idea.
I'm trying to install the Airplay and Bluetooth components onto a Pi Zero W with a DragonFly USB sound card attached. Bluetooth is working fine, but Airplay won't output any audio.
When I start streaming to shairsync CPU usage is at about 30%, so audio should be processed correctly. I already tried all other solutions from other issues, especially regarding the
/etc/asound.conf
file.This is my
aplay -l
output:This is my current
/etc/asound.conf
:/etc/shairport-sync.conf
isn't changed from the installed version.Thanks in advance!
The text was updated successfully, but these errors were encountered: