Changed
TranscriptionEngine(exWhisperLiveKit) can now be initialized with parameters directly via its constructor (e.g.,TranscriptionEngine(backend="faster-whisper", model="small"), for greater flexibility for programmatic use in addition to command-line argument parsing.
Moved
- New module
whisperlivekit.parse_argsfor handling command-line argument parsing. - New module
whisperlivekit.web.web_interfacefor serving the web interface HTML.
0.1.7 -> 0.1.8: 993a835