Closed TermeHansen closed 8 years ago
Many thanks for the report. The error message is coming from the part of the software that communicates with the DAC. Could you check what output devices are visible with, say, alsamixer
? Did you use the correct overlay for enabling the IQaudIO device?
As stated in latest update, "--without-soxr" it works for some reason, same config file and everything.
**** List of PLAYBACK Hardware Devices ****
card 0: IQaudIODAC [IQaudIODAC], device 0: IQaudIO DAC HiFi pcm512x-hifi-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
output_device = "hw:0,0"; //
Thanks. That's really bizarre. I'll see what I can check out. What's your system? Latest Raspbian? Which type of Pi? Just a really odd suggestion -- try it with an output device hw:0
. I can't imagine why it might make a difference, but it's what I normally write...
Hi Mike. I turned off the internal jack off with dtparam=audio=off in /boot/config.txt. With your suggestion I activated it again, and then everything worked. Returning back to no jack output and it still works o_O
Bottomline - Everything works now with no hickups, so consider this issue as "solved" for now. Still don't know what happened before, as I am using same binaries and config?!?
Thks for your time and coding skills!
Thanks for the update. It might help someone in the future. I'll close the issue for now. Feel free to reopen it if needed.
I had the same issue.. changed my hostname during installation.
A simple restart solved the issue
I came to this issue because of the same error message.
This error is printed on ubuntu-18.04 when pulseaudio is using the alsa card.
Try killall /usr/bin/pulseaudio
to test it it's actually the case.
I have problems getting shairport-sync working on my raspberry with an IQaudIO from my android using AirAudio. I have looked in the other open issue on android and tried the sync suggestions, but it seems unrelated to that. As soon as I connect the AirAudio I get a lot of: "Error -19 getting dac_delay in buffer_get_frame."
Update: Just tried with our Ipad 3 and same issue.
Update 2: compiled --without-soxr, and now it seems to work?!?