Removed unused TTS example code in .Net examples (#1492)

This commit is contained in:
Fangjun Kuang
2024-10-29 14:59:12 +08:00
committed by GitHub
parent 356da3b54c
commit d9c586ccf2
15 changed files with 7 additions and 495 deletions

View File

@@ -22,6 +22,7 @@ if [ x"$EMSCRIPTEN" == x"" ]; then
exit 1
else
EMSCRIPTEN=$(dirname $(realpath $(which emcc)))
emcc --version
fi
fi