Files
ISISeg/Tools_scripts_XunFei-Ubuntu/synthesize_xfyun_tts.sh

6 lines
159 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
python3 "$SCRIPT_DIR/xfyun_tts_ubuntu.py" --mode normal "$@"