Skip to content

Instantly share code, notes, and snippets.

@halbothpa
halbothpa / I2S_MIC_UDP.ino
Created July 20, 2023 01:02 — forked from GrahamM/I2S_MIC_UDP.ino
ESP32 I2S Mic UDP streamer
/**
* ESP32 I2S UDP Streamer
*
* This is influenced by maspetsberger's NoiseLevel at
* https://github.com/maspetsberger/esp32-i2s-mems/blob/master/examples/NoiseLevel/NoiseLevel.ino
*
* @author GrahamM
*/
#include <driver/i2s.h>