├── LICENSE.txt ├── README.md ├── doc ├── M5StackFIRE.jpg ├── Transcribe.png ├── Wiring.png └── photo1.jpg └── esp32_CloudSpeech ├── Audio.cpp ├── Audio.h ├── CloudSpeechClient.cpp ├── CloudSpeechClient.h ├── I2S.cpp ├── I2S.h ├── esp32_CloudSpeech.ino └── network_param.h /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/README.md -------------------------------------------------------------------------------- /doc/M5StackFIRE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/doc/M5StackFIRE.jpg -------------------------------------------------------------------------------- /doc/Transcribe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/doc/Transcribe.png -------------------------------------------------------------------------------- /doc/Wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/doc/Wiring.png -------------------------------------------------------------------------------- /doc/photo1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/doc/photo1.jpg -------------------------------------------------------------------------------- /esp32_CloudSpeech/Audio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/esp32_CloudSpeech/Audio.cpp -------------------------------------------------------------------------------- /esp32_CloudSpeech/Audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/esp32_CloudSpeech/Audio.h -------------------------------------------------------------------------------- /esp32_CloudSpeech/CloudSpeechClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/esp32_CloudSpeech/CloudSpeechClient.cpp -------------------------------------------------------------------------------- /esp32_CloudSpeech/CloudSpeechClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/esp32_CloudSpeech/CloudSpeechClient.h -------------------------------------------------------------------------------- /esp32_CloudSpeech/I2S.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/esp32_CloudSpeech/I2S.cpp -------------------------------------------------------------------------------- /esp32_CloudSpeech/I2S.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/esp32_CloudSpeech/I2S.h -------------------------------------------------------------------------------- /esp32_CloudSpeech/esp32_CloudSpeech.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/esp32_CloudSpeech/esp32_CloudSpeech.ino -------------------------------------------------------------------------------- /esp32_CloudSpeech/network_param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_CloudSpeech/HEAD/esp32_CloudSpeech/network_param.h --------------------------------------------------------------------------------