Add VAD + Non-streaming ASR model for Android (#336)

This commit is contained in:
Fangjun Kuang
2023-09-23 22:48:38 +08:00
committed by GitHub
parent 6e60a77d89
commit 4ca60e2603
48 changed files with 1093 additions and 7 deletions

34
android/.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Log/OS Files
*.log
# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json
# IntelliJ
*.iml
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml
# Keystore files
*.jks
*.keystore
# Google Services (e.g. APIs or Firebase)
google-services.json
# Android Profiling
*.hprof
*.so