INMP441 I2S Microphone

You need to connect whatever pins the microprocessor is using for the !2S interface to the appropriate pins on the Fritzing part.This is a listing from one of these modules with the appropriate pins for an ESP32

“This product provides tutorials for using ESP32 modules with I2S functionality.
Connect to ESP32:
INMP441 ESP32
SCK >> GPIO14
SD >> GPIO32
WS >> GPIO15
L/R >> GND
GND >> GND
VDD >> VDD3.3”

So you need to figure out what pin SCK (as an example) needs to connect to on the microprocessor you are using (GPIO14 in the case above). This is a function of the microprocessor not Fritzing. The Fritzing part does not need any changes.

Peter