TMRh20
TMRh20
Ok, I fixed it. The examples can be updated from https://github.com/TMRh20/AutoAnalogAudio/tree/master/examples/SDAudio/SdAudioRecording or if you reinstall the library manually it will work as well.
Hmm, I'm not sure why it would be speeding up on playback like that. It could have something to do with the SD write speed. What if you try a...
I assume you're using the Sketches/ESP32_WiFiKit32/ESP32_DAC/ sketch? The only thing to do is connect an amplifier to the DAC pins & make sure you have the correct pins. It should...
Hmm, I’ll have to try recreating the issues here to give u a good answer I think. Gimme a bit of time… > On Jun 11, 2022, at 4:11 AM,...
1. You might want to try using different timer pins. Mega supports pin pairs 5-2, 6-7,11-12,45-46. I'm guessing its due to some internal harmonics, so using a different timer may...
Interesting, this is a feature I never thought about. If I get some development time on this lib, I'll look into this one further. For now I'll leave this issue...
It varies dependent on the format of the input audio. It should be roughly 2x audio sample rate, so for a 16khz sample, the PWM frequency is 32khz. Setting audio.quality(0);...
Its not currently supported, but if the EEPROM is big and fast enough, I don't see why it wouldn't work. You would just have to change the SD code to...
It should be working, have you tested recording with the stock SD lib? What happens? > On Mar 21, 2022, at 1:05 PM, yuhaszcam ***@***.***> wrote: > > >...
The Uno Wifi is based on AVR architecture, and it looks not so different from the 328 based architecture, so it may be possible to bring in support for this...