Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrVADUnsupported = errors.New("VAD unsupported")
)
Functions ¶
This section is empty.
Types ¶
type EnhancedVAD ¶ added in v0.0.5
type EnhancedVAD struct {
Options EnhancedVADOptions
}
func NewEnhancedVAD ¶ added in v0.0.5
func NewEnhancedVAD(opts EnhancedVADOptions) *EnhancedVAD
type EnhancedVADOptions ¶ added in v0.0.5
type VADEventType ¶
type VADEventType string
const ( VADEventStartOfSpeech VADEventType = "start_of_speech" VADEventInferenceDone VADEventType = "inference_done" VADEventEndOfSpeech VADEventType = "end_of_speech" )
Click to show internal directories.
Click to hide internal directories.