You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
807 B

2 years ago
2 years ago
2 years ago
  1. #!/bin/bash
  2. ####################################################################
  3. ########################打包自定义的东西##############################
  4. ####################################################################
  5. # 下载唤醒词模型
  6. wget_and_untar_to_packet_dir \
  7. 192.168.1.2:8021/manufacturer_mycroft/hotworld/xiaomaoxiaomao/xiaomaoxiaomao_module_20220609.tar.gz \
  8. xiaomaoxiaomao \
  9. ./ \
  10. xiaomaoxiaomao
  11. # 下载唤醒词引擎
  12. wget_and_untar_to_packet_dir \
  13. 192.168.1.2:8021/manufacturer_mycroft/mycroft-precise-release/precise-all_0.3.0_aarch64.tar.gz \
  14. precise \
  15. ./ \
  16. precise
  17. # 下载唤醒词语音
  18. wget_and_cpy_to_packet_dir 192.168.1.2:8021/manufacturer_mycroft/hotworld/xiaomaoxiaomao/test_xiaomaoxiaomao.wav \
  19. ./ \
  20. test_xiaomaoxiaomao.wav