-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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 = 0; // Disable automatic timer adjustment
but in the serial output I get this..
SD ok
Analog Audio Begin
E (17) i2s(legacy): i2s_check_cfg_validity(930): I2S buffer length at most 1024 and more than 8
E (17) i2s(legacy): i2s_driver_install(1582): I2S configuration is invalid
E (23) i2s(legacy): i2s_adc_enable(898): Not initialized yet
E (28) i2s(legacy): i2s_set_clk(1042): I2S0 has not installed yet
Is there anything I have not setup or is it an issue?
Metadata
Metadata
Assignees
Labels
No labels