mobiusml/aana_sdk

[FEATURE REQUEST]Adding separate parameter list for batched whisper

Closed this issue · 0 comments

Feature Summary

-A separate params list for batched whisper, with default and non reconfigurable values coming from faster whisper.

Justification/Rationale

  • Currently batched whisper uses whisper params and are not configurable for batched asr.

Proposed Implementation (if any)

  • Faster whisper for non-configurable params and a separate BatchedWhisperParams for the batched version.