├── CMakeLists.txt ├── README.md ├── main.cpp ├── speech_to_text.cpp ├── speech_to_text.h ├── text_to_Speech.cpp ├── text_to_Speech.h └── 演示视频.mp4 /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dadDR/rkllm_talking/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dadDR/rkllm_talking/HEAD/README.md -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dadDR/rkllm_talking/HEAD/main.cpp -------------------------------------------------------------------------------- /speech_to_text.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dadDR/rkllm_talking/HEAD/speech_to_text.cpp -------------------------------------------------------------------------------- /speech_to_text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dadDR/rkllm_talking/HEAD/speech_to_text.h -------------------------------------------------------------------------------- /text_to_Speech.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dadDR/rkllm_talking/HEAD/text_to_Speech.cpp -------------------------------------------------------------------------------- /text_to_Speech.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dadDR/rkllm_talking/HEAD/text_to_Speech.h -------------------------------------------------------------------------------- /演示视频.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dadDR/rkllm_talking/HEAD/演示视频.mp4 --------------------------------------------------------------------------------