Support whisper language/task in various language bindings. (#679)

This commit is contained in:
Fangjun Kuang
2024-03-20 16:43:35 +08:00
committed by GitHub
parent 842d04d7ae
commit acf0975153
15 changed files with 117 additions and 62 deletions

View File

@@ -27,6 +27,8 @@ function createOfflineRecognizer() {
whisper: {
encoder: '',
decoder: '',
language: '',
task: '',
},
tdnn: {
model: '',