Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Transcribe ¶
func Transcribe(c echo.Context, whisperState *WhisperState) error
func TranscribeFromFile ¶ added in v0.2.0
func TranscribeFromFile(c echo.Context, whisperState *WhisperState) error
Types ¶
type TranscribeResponse ¶
type TranscribeResponse struct {
Text string `json:"text"`
}
type WhisperState ¶
type WhisperState struct {
// contains filtered or unexported fields
}
func InitializeWhisperState ¶
func InitializeWhisperState(modelPath string, lang int32) (*WhisperState, error)
Click to show internal directories.
Click to hide internal directories.