One of the great things about the Arduino environment is that it covers a wide variety of hardware with a common interface. Importantly, this isn’t just about language, but also about abstracting away ...
Here is a list of the most frequent analog to digital converters that can be used as I2S source by the framework. When you have a new device I recommend to start with the streams-i2s-serial sketch so ...
#define ADC_ATTENUATION ADC_ATTEN_DB_12 // ADC attenuation, see above #define ADC_BIT_WIDTH 12 // the ADC bit width 9..12, values will be stored in 16 bit integers #define BIT_DEPTH 16 // default bit ...