Having issues creating I2S Connection to WM8960 USING ESP32-WROOM

I have tried 2 example codes,

  1. Example_06_3D_Enhance.ino – it only gave me the output " 3D ENHANCE ENABLED" “3D ENHANCE DISABLED”
  2. Example_08_I2S_Passthrough.ino – no output

as per both the code it was supposed to verify whether the connection between wm8960 and esp32 is proper or not but it didn’t print anything

Does example1 work? If so, does it print the connect msg?

I figured it out, the message was getting printed instantly. so I pressed the reset button on esp32 and kept the serial monitor open, I got the correct print statement.