emotion

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
	Neutral
	Happy
	Sad
	Angry
)

emotional states of the user

Variables

View Source
var Vocabulary = libaural2.Vocabulary{
	Name: "emotion",
	Size: 10,
	Names: map[libaural2.State]string{
		Nil:     "Nil",
		Neutral: "Neutral",
		Happy:   "Happy",
		Sad:     "Sad",
		Angry:   "Angry",
	},
	Hue: map[libaural2.State]float64{
		Nil:     0,
		Neutral: 0.1,
	},
	KeyMapping: map[string]libaural2.State{
		"n": Nil,
		"-": Neutral,
		"h": Happy,
		"s": Sad,
		"a": Angry,
	},
}

Vocabulary is the vocabulary of emotions

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