├── CloudSpeechClient.cpp ├── CloudSpeechClient.h ├── I2S.cpp ├── I2S.h ├── IMG_20190714_113113.jpg ├── IMG_20190714_113216.jpg ├── IMG_20190714_113309.jpg ├── README.md ├── VID_20190714_105940.avi ├── Wav.cpp ├── Wav.h ├── esp32_audio_rec.ino ├── urlencode.cpp └── urlencode.h /CloudSpeechClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/CloudSpeechClient.cpp -------------------------------------------------------------------------------- /CloudSpeechClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/CloudSpeechClient.h -------------------------------------------------------------------------------- /I2S.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/I2S.cpp -------------------------------------------------------------------------------- /I2S.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/I2S.h -------------------------------------------------------------------------------- /IMG_20190714_113113.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/IMG_20190714_113113.jpg -------------------------------------------------------------------------------- /IMG_20190714_113216.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/IMG_20190714_113216.jpg -------------------------------------------------------------------------------- /IMG_20190714_113309.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/IMG_20190714_113309.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/README.md -------------------------------------------------------------------------------- /VID_20190714_105940.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/VID_20190714_105940.avi -------------------------------------------------------------------------------- /Wav.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/Wav.cpp -------------------------------------------------------------------------------- /Wav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/Wav.h -------------------------------------------------------------------------------- /esp32_audio_rec.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/esp32_audio_rec.ino -------------------------------------------------------------------------------- /urlencode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/urlencode.cpp -------------------------------------------------------------------------------- /urlencode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lixy123/ESP32-AUDIO-REC/HEAD/urlencode.h --------------------------------------------------------------------------------