Browse Source

update script

master
zhaohe 2 years ago
parent
commit
0334998d9d
  1. 1
      env/app_monitor.sh
  2. 2
      env/startup.sh
  3. 2
      src/configs/gconfig.hpp

1
env/app_monitor.sh

@ -1,3 +1,4 @@
#!/bin/bash
#
# 1. 监听app.out,如果app.out退出,则重启app.out
#

2
env/startup.sh

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
cd /app
./app.sh
./browser.sh

2
src/configs/gconfig.hpp

@ -23,7 +23,7 @@
marco(string /* */, wakeup_module_path, "xiaomaoxiaomao/xiaomaoxiaomao.pb") /*唤醒词配置*/ \
marco(string /* */, wakeup_lib_module, "./precise/precise-engine") /*唤醒词配置*/ \
marco(string /* */, wakeup_chunk_length, "1280") /*唤醒词配置,对应80ms*/ \
marco(int /* */, wakeup_source, 0.9) /*唤醒词配置*/ \
marco(float /* */, wakeup_source, 0.9) /*唤醒词配置*/ \
marco(bool /* */, voice_logger_enable, true) /*是否记录语音配置*/ \
marco(string /* */, aiui_appid, "5938b7c7") /*aiui*/ \
marco(string /* */, aiui_appkey, "19c1f7becc78eedc7826b485aabe30de") /*aiui*/ \

Loading…
Cancel
Save