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.
13 lines
761 B
13 lines
761 B
#!/bin/bash
|
|
#
|
|
# wget_and_unzip 解压后的文件名 url
|
|
#
|
|
####################################################################
|
|
########################打包自定义的东西##############################
|
|
####################################################################
|
|
# 下载唤醒词模型
|
|
wget_and_unzip_to_packet_dir xiaomaoxiaomao ftp://zftpuser:zftpzwsd@192.168.1.2/zwsd/manufacturer_mycroft/hotworld/xiaomaoxiaomao/xiaomaoxiaomao_module_20220609.tar.gz
|
|
# 下载唤醒词引擎
|
|
wget_and_unzip_to_packet_dir precise 192.168.1.2:8021/manufacturer_mycroft/mycroft-precise-release/precise-all_0.3.0_aarch64.tar.gz
|
|
# 下载唤醒词语音
|
|
wget_and_cpy_to_packet_dir 192.168.1.2:8021/manufacturer_mycroft/hotworld/xiaomaoxiaomao/test_xiaomaoxiaomao.wav
|