The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
stt() gains a source axis (“auto”, “api”,
“package”), mirroring tts.api’s split of which
engine from where it runs. The default (“auto”) reproduces the
previous behavior (whisper in-process, openai via the API), so existing
calls are unchanged. backend = "whisper", source = "api"
reaches a self-hosted whisper serve() endpoint (set the URL
with set_stt_base()).response_format = "verbose_json" it sends
timestamp_granularities[] for both segment and
word and returns result$words
(word/start/end), matching the native whisper backend. Works against
OpenAI and a self-hosted whisper::serve().stt() results now carry a "call_record"
attribute (cornball_sidecar v1, matching
tts.api/xtx.api): the resolved request, the
backend/source actually used, elapsed seconds, and a timestamp. Callers
that serialize the result keep its provenance with it.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.