Add Android demo for audio tagging (#776)

See https://k2-fsa.github.io/sherpa/onnx/audio-tagging/apk.html
This commit is contained in:
Fangjun Kuang
2024-04-16 20:47:16 +08:00
committed by GitHub
parent aa2d695fd2
commit bcd9e48150
54 changed files with 1775 additions and 121 deletions

View File

@@ -51,7 +51,7 @@ popd
for arch in arm64-v8a armeabi-v7a x86_64 x86; do
log "------------------------------------------------------------"
log "build tts apk for $arch"
log "build speaker identification apk for $arch"
log "------------------------------------------------------------"
src_arch=$arch
if [ $arch == "armeabi-v7a" ]; then