Per requests, now a user can specify the languages supported by whisper.
If not specified:
whisper should auto-detect a language
the output .mmif file should have the value of@language: "en" as the default.
Right now, the language parameter is set to be passed as query strings like other configurable parameters when running app-whisper-wrapper as an HTTP server. for example:
Per requests, now a user can specify the languages supported by whisper. If not specified:
Right now, the language parameter is set to be passed as query strings like other configurable parameters when running app-whisper-wrapper as an HTTP server. for example:
Please let me know if other ways of passing the parameter is preferred