ArduinoSound
ArduinoSound copied to clipboard
Would this library work on an raspberry pi Pico? It should be possible since it has an Arm Cortex-M0+ like the Mkr Zero!
I’m using Arduino MKR Zero with Adafruit UDA1334A breakout, when I play wav file which contain binaural audio, left and right channels are randomly switching their places. I’m using provided...
Is your feature request related to a problem? Please describe. I'm looking for a way to generate a reliable FFT from a PDM with minimal noise. I'd also like a...
Hi, When I modify the arduinosound library for my own operation, I found a wired issue. I read the _AmplitudeAnalyzer::update(const void* buffer, size_t size)_ function play the key role for...
Suggestion from @tigoe.
Hi, Thank you for producing this library, it has proved very useful for my latest project. At the moment I cannot seem to find a way to play back a...
Hello, I've been using an I2S mic breakout board from Adafruit (SPH0645LM4H) https://www.adafruit.com/product/3421 and using the library successfully, however, while reading the datasheet (http://www.knowles.com/kor/content/download/5988/105771/version/4/file/SPH0645LM4H-BRevB.PDF) (page 3) I found that the...
Hello, Thank you very much for this library. We are using it with an Arduino/Genuino Zero in order to develop applications for ambient noise frequency analysis, within the [SmartCitizen project](https://github.com/fablabbcn/Smart-Citizen-Kit)....