Documentation ¶ Index ¶ func Transcript(model whisper.Model, audiopath, language string, threads uint) (schema.Result, error) type Whisper func (sd *Whisper) AudioTranscription(opts *pb.TranscriptRequest) (schema.Result, error) func (sd *Whisper) Load(opts *pb.ModelOptions) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Transcript ¶ func Transcript(model whisper.Model, audiopath, language string, threads uint) (schema.Result, error) Types ¶ type Whisper ¶ type Whisper struct { base.SingleThread // contains filtered or unexported fields } func (*Whisper) AudioTranscription ¶ func (sd *Whisper) AudioTranscription(opts *pb.TranscriptRequest) (schema.Result, error) func (*Whisper) Load ¶ func (sd *Whisper) Load(opts *pb.ModelOptions) error Source Files ¶ View all Source files transcript.gowhisper.go Click to show internal directories. Click to hide internal directories.