Thursday 18 October 2018

macos - "Error: AudioQueueStart failed" when running afplay repeatedly

Every time a run in Terminal the command:


while :; do
afplay "/Users/username/Library/Application Support/Nada/Bell.aif";
sleep 10;
done

I get the expected result, but after a while the code stops working and I get error messages.


Error message:


Terminal screenshot


Any ideas?

No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...