-
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
Weird sound on raspberry pi zero w (bluetooth) #93
Comments
This doesn't sound like the bluetooth/wifi issue. Can you display the out of the following commands:
|
By any chance- did you have to run the installer more than once? In troubleshooting something a few weeks ago, I accidentally ran the installer twice and had the exact same symptom- the Bluetooth had an echo. (Airplay worked fine.) I never debugged it to figure out why... I reflashed my SD card with a fresh Rasbian Jessie image and ran the installer once... And the problem went away. |
@nilayp Multiple running of install script should now have no averse effects with the newest pull request. It restores original files and restarts the installation. This is a recent change, maybe a week or 2 at most. Likely, what I assume the issue is here (without seeing the install_choices file) is that either multiple instances of a snapclient are running, or it is an issue with the Raspbian Full installation, the install is meant for Jessie Lite, but with the aforementioned revision with the latest pull request I will likely be able to adapt something for Jessie with Pixel in the coming weeks. Possibly next week, since my last day of work is tomorrow 😀 until the 8th of jan when I start my new job. |
Btw I am using usb headphones. |
interesting, did you install Snapcast as well? I had forgotten to add the variable to I see no other reason why this should be happening aside from it being a full version of raspbian. I haven't ever come into contact with this similar issue. You might want to try changing the resampling in pulseaudio
I believe this may fix issues for the smaller boards as RPI Zero and RPI Zero W. Possibly the earlier generation boards as well. |
Changing the resampling didn't help, so I just flashed Raspbian lite and installed everything again, I have some other question to a different topic. Unfortionatly I am getting "device or resource busy" when bluetooth is playing. And do you know how I can force that my usb headphones are always the main device to play from? |
For adding a mic, you should take a look at mixing sound input and output in alsa. That isn’t something that’s likely going to be supported so it’s likely a one off you’ll have to include. As far as setting default indexes is easy enough. What cards do you have currently available in |
I had a flanger effect some SSRPARIs ago. When connecting Bluetooth sources, more than one sink-input were created automagically and routed to only one sink. One could even see different sample-rates in the verbose sink-info. Maybe, I ran the installer twice, can't tell anymore. Which is what @nilayp just said -.- |
This is the output. The sound should be played via the "iWear" Device. Unfortionatly the device is not always on card2. Sometimes it becomes card0.. |
Do you need the other two devices connected? You can remove the on board sound in the config.txt , but even if you keep them all you can still set the cards to be indexed specifically on boot. This is an example for setting the onboard sound always as index 0 on boot
|
My suggestion here would be to do a fresh installation, choose the same options, but this time include soundcard and choose usb soundcard. This will setup the sound output correctly. If there are still issues, write back and let me know. |
Not sure where this should be posted, but I experience severe lagging when playing music via BT. Update: |
I met a similar issue today on my Raspberry4. After some troubleshooting I found an interesting thing and resolved the issue. Here is what I guess: |
The installation worked without any problems on the zero w using "raspbian full".
Unfortionatly I am getting a bad sound when streaming via bluetooth, it sounds like an echo or so.
I tried disabling wifi but that made no difference.
I noticed that the first 1-3 seconds after connecting sounds good but then the echo starts.
Might the zero w to weak for this application? Or is there a buffer that I could increase?
The text was updated successfully, but these errors were encountered: