├── README.md ├── a.out ├── bin ├── a.out └── test ├── close_light.py ├── include └── voice │ ├── msp_cmn.h │ ├── msp_errors.h │ ├── msp_types.h │ ├── qisr.h │ ├── qtts.h │ └── voice.h ├── msc ├── c5055263abe6fbd16bfd416c72e48391 │ ├── u.data │ └── urec.data └── user.perf ├── obj ├── libmsc.so ├── libmsc.so1 └── voice.o ├── open_light.py ├── src ├── main.c └── voice.c ├── test ├── test.wav ├── wav ├── close_light.mp3 ├── cmd_voice_temp │ └── voice_cmd.wav ├── compose_voice_temp │ ├── compose_voice.wav │ └── compose_voice_all.wav ├── open_light.mp3 └── sys_voice │ ├── closed_voice_recongnition.wav │ └── opened_voice_recongnition.wav ├── 树莓派管脚.png ├── 流程图.png ├── 目录.png └── 说明.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/README.md -------------------------------------------------------------------------------- /a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/a.out -------------------------------------------------------------------------------- /bin/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/bin/a.out -------------------------------------------------------------------------------- /bin/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/bin/test -------------------------------------------------------------------------------- /close_light.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/close_light.py -------------------------------------------------------------------------------- /include/voice/msp_cmn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/include/voice/msp_cmn.h -------------------------------------------------------------------------------- /include/voice/msp_errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/include/voice/msp_errors.h -------------------------------------------------------------------------------- /include/voice/msp_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/include/voice/msp_types.h -------------------------------------------------------------------------------- /include/voice/qisr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/include/voice/qisr.h -------------------------------------------------------------------------------- /include/voice/qtts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/include/voice/qtts.h -------------------------------------------------------------------------------- /include/voice/voice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/include/voice/voice.h -------------------------------------------------------------------------------- /msc/c5055263abe6fbd16bfd416c72e48391/u.data: -------------------------------------------------------------------------------- 1 | d5728344342 -------------------------------------------------------------------------------- /msc/c5055263abe6fbd16bfd416c72e48391/urec.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/msc/c5055263abe6fbd16bfd416c72e48391/urec.data -------------------------------------------------------------------------------- /msc/user.perf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/msc/user.perf -------------------------------------------------------------------------------- /obj/libmsc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/obj/libmsc.so -------------------------------------------------------------------------------- /obj/libmsc.so1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/obj/libmsc.so1 -------------------------------------------------------------------------------- /obj/voice.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/obj/voice.o -------------------------------------------------------------------------------- /open_light.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/open_light.py -------------------------------------------------------------------------------- /src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/src/main.c -------------------------------------------------------------------------------- /src/voice.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/src/voice.c -------------------------------------------------------------------------------- /test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/test -------------------------------------------------------------------------------- /test.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/test.wav -------------------------------------------------------------------------------- /wav/close_light.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/wav/close_light.mp3 -------------------------------------------------------------------------------- /wav/cmd_voice_temp/voice_cmd.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/wav/cmd_voice_temp/voice_cmd.wav -------------------------------------------------------------------------------- /wav/compose_voice_temp/compose_voice.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/wav/compose_voice_temp/compose_voice.wav -------------------------------------------------------------------------------- /wav/compose_voice_temp/compose_voice_all.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/wav/compose_voice_temp/compose_voice_all.wav -------------------------------------------------------------------------------- /wav/open_light.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/wav/open_light.mp3 -------------------------------------------------------------------------------- /wav/sys_voice/closed_voice_recongnition.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/wav/sys_voice/closed_voice_recongnition.wav -------------------------------------------------------------------------------- /wav/sys_voice/opened_voice_recongnition.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/wav/sys_voice/opened_voice_recongnition.wav -------------------------------------------------------------------------------- /树莓派管脚.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/树莓派管脚.png -------------------------------------------------------------------------------- /流程图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/流程图.png -------------------------------------------------------------------------------- /目录.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/目录.png -------------------------------------------------------------------------------- /说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1158114251/-Intelligent-speech-robot/HEAD/说明.txt --------------------------------------------------------------------------------