2026-05-19-00-11-40 新增Ubuntu配音工作流
This commit is contained in:
5
Tools_scripts_XunFei-Ubuntu/synthesize_xfyun_tts.sh
Executable file
5
Tools_scripts_XunFei-Ubuntu/synthesize_xfyun_tts.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
python3 "$SCRIPT_DIR/xfyun_tts_ubuntu.py" --mode normal "$@"
|
||||
Reference in New Issue
Block a user