speaker

package
v0.0.0-...-e9349c8 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Nil libaural2.State = iota
	Unknown
	Isaac
	Chris
	Igor
	Egan
	Mosquito
	GoogleAssistant
	Alexa
)

Standard people

Variables

View Source
var Vocabulary = libaural2.Vocabulary{
	Name: "speaker",
	Size: 10,
	Names: map[libaural2.State]string{
		Nil:             "Nil",
		Isaac:           "Isaac",
		Chris:           "Chris",
		Igor:            "Igor",
		Egan:            "Egan",
		Mosquito:        "Glen",
		GoogleAssistant: "GoogleAssistant",
		Alexa:           "Alexa",
	},
	Hue: map[libaural2.State]float64{
		Nil: 0,
	},
	KeyMapping: map[string]libaural2.State{
		"n": Nil,
		"i": Isaac,
		"c": Chris,
		"o": Igor,
		"e": Egan,
		"m": Mosquito,
		"g": GoogleAssistant,
		"a": Alexa,
	},
}

Vocabulary is the set of voices who talk to the machine

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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