package
1.1.4
Repository: https://github.com/kardianos/whisper.cpp.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

SampleBits is the number of bytes per sample.
SampleRate is the sample rate of the audio data.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Segment is the text result of a speech recognition.
Token is a text or special token.

# Interfaces

Context is the speach recognition context.
Model is the interface to a whisper model.

# Type aliases

SegmentCallback is the callback function for processing segments in real time.