transcribe Local
Sends audio bytes to the local whisper-server /inference endpoint.
Return
The transcribed text.
Parameters
audio Bytes
Raw audio bytes (WebM/Opus, WAV, etc.).
port
Local whisper-server port.
language
Optional BCP-47 language hint (e.g. "en", "de"), or null for auto-detect.
Throws
If the server returns a non-2xx HTTP status.