Versions in this module Expand all Collapse all v0 v0.1.2 Oct 5, 2023 v0.1.1 Oct 5, 2023 Changes in this version + func Transcribe(c echo.Context, whisperState *WhisperState) error + type TranscribeResponse struct + Text string + type WhisperState struct + func InitializeWhisperState(modelPath string) (*WhisperState, error)