-
Notifications
You must be signed in to change notification settings - Fork 6
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
Galactic/Cosmic Bluetooth Audio Roadmap #3
Comments
Refactor progress: #6 |
It needs tidying but I have some spectrogram code. Can be seen on https://www.youtube.com/watch?v=f-Ev-HK9qIc |
I had a few general questions about this project:
And some more specific ones:
|
I've got some DMA code reading the ADC. A lot of the time it fails to start-up, there's some bad interaction perhaps with Bluetooth stack or comms to the Infineon CYW43439. https://www.youtube.com/watch?v=8Lfekls_NrU Update: for the failure I started this discussion, Raspberry Pi Forums: DMA ADC vs Bluetooth/Wi-Fi on Pico W?. |
I'm hearing a lot of audio glitching on my Cosmic Unicorn when using this program. Any ideas why this would be happening? It's very glitchy when streaming through bluetooth. |
@ophello Is your 2.4GHz super busy? Perhaps try in a location where there's less Wi-Fi and Bluetooth. I've been testing with an Android tablet + mainly YouTube in browser at a range of about 60cm with no other active Bluetooth devices in the room but plenty outside. |
I did some research on performance as I was curious why there was so much use of traditional C arrays. It looks like for |
I've covered a fair bit of the stuff in this issue in Instructables: Making a Guitar Tuner and Audio Spectrum Analyser Using the Pimoroni Galactic Unicorn. Code is in https://github.com/kevinjwalters/galactic-bluetooth-audio/tree/spectrogram-tuner-dmaadc I don't think Cosmic will work properly at the moment (v1.4.0) but I'm sure code is easy to fix. I don't have one to test on. |
Near Term
Long Term
The text was updated successfully, but these errors were encountered: