djmango / obsidian-transcription

Obsidian plugin to create high-quality transcriptions from markdown linked audio files
https://swiftink.io
MIT License
156 stars 17 forks source link

Sequential Whisper ASR Server URL Fallback #47

Closed bscholer closed 8 months ago

bscholer commented 8 months ago

Implements a feature allowing multiple Whisper ASR server URLs to be specified, separated by semi-colons. The system tries each URL in order, prioritizing the first accessible server.

Ideal for users with a high-performance home lab server preferred when at home, with automatic fallback to a secondary server, like a less powerful laptop, when away. This update addresses the flexible server usage scenario described in issue #13, enhancing usability and access reliability.

djmango commented 8 months ago

LGTM. Thanks for knocking out a few feature requests, it's much appreciated!