Skip to content

Commit

Permalink
Removed unused TTS example code in .Net examples (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Oct 29, 2024
1 parent 356da3b commit d9c586c
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 495 deletions.
1 change: 1 addition & 0 deletions build-wasm-simd-asr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ x"$EMSCRIPTEN" == x"" ]; then
exit 1
else
EMSCRIPTEN=$(dirname $(realpath $(which emcc)))
emcc --version
fi
fi

Expand Down
1 change: 1 addition & 0 deletions build-wasm-simd-kws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if [ x"$EMSCRIPTEN" == x"" ]; then
exit 1
else
EMSCRIPTEN=$(dirname $(realpath $(which emcc)))
emcc --version
fi
fi

Expand Down
1 change: 1 addition & 0 deletions build-wasm-simd-nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if [ x"$EMSCRIPTEN" == x"" ]; then
exit 1
else
EMSCRIPTEN=$(dirname $(realpath $(which emcc)))
emcc --version
fi
fi

Expand Down
1 change: 1 addition & 0 deletions build-wasm-simd-speaker-diarization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ x"$EMSCRIPTEN" == x"" ]; then
exit 1
else
EMSCRIPTEN=$(dirname $(realpath $(which emcc)))
emcc --version
fi
fi

Expand Down
1 change: 1 addition & 0 deletions build-wasm-simd-tts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ x"$EMSCRIPTEN" == x"" ]; then
exit 1
else
EMSCRIPTEN=$(dirname $(realpath $(which emcc)))
emcc --version
fi
fi

Expand Down
1 change: 1 addition & 0 deletions build-wasm-simd-vad-asr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ if [ x"$EMSCRIPTEN" == x"" ]; then
exit 1
else
EMSCRIPTEN=$(dirname $(realpath $(which emcc)))
emcc --version
fi
fi

Expand Down
1 change: 1 addition & 0 deletions build-wasm-simd-vad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ x"$EMSCRIPTEN" == x"" ]; then
exit 1
else
EMSCRIPTEN=$(dirname $(realpath $(which emcc)))
emcc --version
fi
fi

Expand Down

This file was deleted.

66 changes: 0 additions & 66 deletions dotnet-examples/TTS/Program.cs

This file was deleted.

198 changes: 0 additions & 198 deletions dotnet-examples/TTS/Struct/SherpaOnnxGeneratedAudio.cs

This file was deleted.

18 changes: 0 additions & 18 deletions dotnet-examples/TTS/Struct/SherpaOnnxOfflineTtsConfig.cs

This file was deleted.

Loading

0 comments on commit d9c586c

Please sign in to comment.