├── LICENSE.txt ├── README.md ├── doc ├── DSC_0074.JPG ├── wiring.png └── wiring_MAX9814.jpg └── esp32_I2S_recorder ├── I2S.cpp ├── I2S.h ├── Wav.cpp ├── Wav.h └── esp32_I2S_recorder.ino /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_SoundRecorder/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_SoundRecorder/HEAD/README.md -------------------------------------------------------------------------------- /doc/DSC_0074.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_SoundRecorder/HEAD/doc/DSC_0074.JPG -------------------------------------------------------------------------------- /doc/wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_SoundRecorder/HEAD/doc/wiring.png -------------------------------------------------------------------------------- /doc/wiring_MAX9814.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_SoundRecorder/HEAD/doc/wiring_MAX9814.jpg -------------------------------------------------------------------------------- /esp32_I2S_recorder/I2S.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_SoundRecorder/HEAD/esp32_I2S_recorder/I2S.cpp -------------------------------------------------------------------------------- /esp32_I2S_recorder/I2S.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_SoundRecorder/HEAD/esp32_I2S_recorder/I2S.h -------------------------------------------------------------------------------- /esp32_I2S_recorder/Wav.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_SoundRecorder/HEAD/esp32_I2S_recorder/Wav.cpp -------------------------------------------------------------------------------- /esp32_I2S_recorder/Wav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_SoundRecorder/HEAD/esp32_I2S_recorder/Wav.h -------------------------------------------------------------------------------- /esp32_I2S_recorder/esp32_I2S_recorder.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_SoundRecorder/HEAD/esp32_I2S_recorder/esp32_I2S_recorder.ino --------------------------------------------------------------------------------