Volume control curve #1614
-
Not sure, if it's a feature or, bug. :-) `#include "Arduino.h"
#include "AudioTools.h" AudioInfo info(44100, 2, 16); long prevMillis; // Arduino Setup // start I2S config.pin_bck = 2; config.copyFrom(info); // Setup sine wave volume.begin(config); // we need to provide the bits_per_sample and channels delay(2000); // Arduino loop - copy sound to out if (prevMillis < (millis()-2000)){ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Did you read the corresponding Wiki ? |
Beta Was this translation helpful? Give feedback.
-
Kudos for sharing a detailed PCM5102A Vpp metrics!! 🙃🙂 |
Beta Was this translation helpful? Give feedback.
Did you read the corresponding Wiki ?
This matches pretty much with what has been described and it is up to you to select whatever you want...