2 Star 0 Fork 0

ghx/酒店房间语音助手

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
ghx 提交于 2024-07-02 20:52 . 今日诗词API调用
cmake_minimum_required(VERSION 3.0.0)
project(voice-assistant VERSION 0.1.0 LANGUAGES C)
add_executable(voice-assistant main.c)
add_executable(control control.c)
target_link_libraries(control asound)
#add_executable(record record.c)
#target_link_libraries(record asound)
add_executable(play play.c)
target_link_libraries(play asound)
add_executable(key key.c record.c)
target_link_libraries(key gpiod asound)
add_subdirectory(snowboy)
add_executable(wake wake.c record.c)
target_link_libraries(wake snowboy-wrapper snowboy-detect cblas m stdc++ asound)
add_executable(jrsc jrsc.c)
target_link_libraries(jrsc curl cjson)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ghx888/hotel-room-voice-assistant.git
git@gitee.com:ghx888/hotel-room-voice-assistant.git
ghx888
hotel-room-voice-assistant
酒店房间语音助手
master

搜索帮助