Search found 2 matches

by alphonsemucha
Thu Oct 18, 2018 1:45 pm
Forum: ESP-ADF
Topic: I2S Driver, ESP32 can support TDM ?
Replies: 2
Views: 6377

Re: I2S Driver, ESP32 can support TDM ?

i found this on the i2s registers documentation /* I2S_TX_WS_OUT_DELAY : R/W ;bitpos:[13:12] ;default: 2'b0 ; */ /*description: */ #define I2S_TX_WS_OUT_DELAY 0x00000003 #define I2S_TX_WS_OUT_DELAY_M ((I2S_TX_WS_OUT_DELAY_V)<<(I2S_TX_WS_OUT_DELAY_S)) #define I2S_TX_WS_OUT_DELAY_V 0x3 #define I2S_TX_...
by alphonsemucha
Thu Oct 18, 2018 10:12 am
Forum: ESP-ADF
Topic: I2S Driver, ESP32 can support TDM ?
Replies: 2
Views: 6377

I2S Driver, ESP32 can support TDM ?

Hi!, i'm working on a audio project with realTime FFT and some audioFX like reverbs, echo, flanger, timestretching etc.. to be ported also on Arduino. i got something i don't understand about I2S TDM, i understand the actual i2s library does not support it, there's a way to update the driver and imp...