73 lines
1.3 KiB
Bash
Executable File
73 lines
1.3 KiB
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
echo "pwd: $PWD"
|
|
|
|
cd swift-api-examples
|
|
ls -lh
|
|
|
|
./run-tts-vits.sh
|
|
ls -lh
|
|
rm -rf vits-piper-*
|
|
|
|
./run-tts-kokoro-zh-en.sh
|
|
ls -lh
|
|
rm -rf kokoro-multi-*
|
|
|
|
./run-tts-kokoro-en.sh
|
|
ls -lh
|
|
rm -rf kokoro-en-*
|
|
|
|
./run-tts-matcha-zh.sh
|
|
ls -lh
|
|
rm -rf matcha-icefall-*
|
|
|
|
./run-tts-matcha-en.sh
|
|
ls -lh
|
|
rm -rf matcha-icefall-*
|
|
|
|
./run-speaker-diarization.sh
|
|
rm -rf *.onnx
|
|
rm -rf sherpa-onnx-pyannote-segmentation-3-0
|
|
rm -fv *.wav
|
|
|
|
./run-add-punctuations.sh
|
|
rm ./add-punctuations
|
|
rm -rf sherpa-onnx-punct-ct-transformer-zh-en-vocab272727-2024-04-12
|
|
|
|
./run-keyword-spotting-from-file.sh
|
|
rm ./keyword-spotting-from-file
|
|
rm -rf sherpa-onnx-kws-*
|
|
|
|
./run-streaming-hlg-decode-file.sh
|
|
rm ./streaming-hlg-decode-file
|
|
rm -rf sherpa-onnx-streaming-zipformer-ctc-small-2024-03-18
|
|
|
|
./run-spoken-language-identification.sh
|
|
rm -rf sherpa-onnx-whisper*
|
|
|
|
mkdir -p /Users/fangjun/Desktop
|
|
pushd /Users/fangjun/Desktop
|
|
curl -SL -O https://huggingface.co/csukuangfj/test-data/resolve/main/Obama.wav
|
|
ls -lh
|
|
popd
|
|
|
|
./run-generate-subtitles.sh
|
|
|
|
ls -lh /Users/fangjun/Desktop
|
|
cat /Users/fangjun/Desktop/Obama.srt
|
|
|
|
rm -rf sherpa-onnx-whisper*
|
|
rm -f *.onnx
|
|
rm /Users/fangjun/Desktop/Obama.wav
|
|
|
|
./run-decode-file.sh
|
|
rm decode-file
|
|
sed -i.bak '20d' ./decode-file.swift
|
|
./run-decode-file.sh
|
|
|
|
./run-decode-file-non-streaming.sh
|
|
|
|
ls -lh
|