Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brentnd/go-snowboy
/ types & classes
Types & classes
12 in github.com/brentnd/go-snowboy
⨍
Functions
31
◇
Types & classes
12
↓ 2 callers
FuncType
handlerFunc
func(string)
snowboy.go:246
↓ 1 callers
TypeAlias
snowboyResult
snowboy.go:14
TypeAlias
AgeGroup
api.go:20
Struct
Detector
Detector is holds the context and base impl for snowboy audio detection
snowboy.go:28
TypeAlias
Gender
api.go:32
Interface
Handler
A Handler is used to handle when keywords are detected Detected will be call with the keyword string
snowboy.go:233
Struct
Hotword
A Hotword represents a model filename and sensitivity for a snowboy detectable word Model is the filename for the .umdl file Sensitivity is the sens
snowboy.go:259
TypeAlias
Language
api.go:39
Struct
Sound
Sound represents a sound stream with io.Reader interface.
example/listen.go:21
Struct
TrainRequest
api.go:60
Struct
VoiceSample
api.go:70
Struct
handlerKeyword
snowboy.go:237