AutoAnalogAudio
AutoAnalogAudio copied to clipboard
Create a wide range of sampling and audio related applications with simple API for onboard DAC (or PWM), ADC, DMA & Timers on Arduino devices (AVR & SAM)
Tried with pro micro and teensy 2.0, esp32 firebeetle, atmega2560. Tried WirelessMicrophone, WirelessSpeaker.I put a microphone on the sender pin A0(I could see the signal with the oscilloscope) and probed...
Great library. I would like to use it for ESPboy walkie-talkie NRF24 module for my www.espboy.com project but as i see it does not support esp8266
Hi Mr I want to use this library to record a wav file with a microphone connected to **esp 32 dev kit**, but my problem is when recording the file...
Hi, tried to use ur library to output number generated wav file, but can't get it to work. There is no playback sound at all. SDAudioBasics example working just fine...
Hello, in my project I am trying to record sound onto an SD card using an STM32F4 microcontroller, I am wondering whether this library has support for the STM32 architecture...
I'm using an ESP32 and I'm going directly off the pins (no I2s components) I'm using the default settings: aaAudio.begin(1, 1); // Start AAAudio with ADC & DAC aaAudio.autoAdjust =...
Hello, I use your email address for the TMRpcm lib on a Pro Micro and love it. But I should like now use a RP2040 and I don't find a...