Files
ISISeg/Tools_scripts_XunFei-Ubuntu/synthesize_xfyun_super_tts.sh

6 lines
158 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 super "$@"