api

package
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2024 License: MIT Imports: 10 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL