VoiceChangerType enum

Enumeration of voice changer types.

Inheritance

Constructors

VoiceChangerType()
const

Values

none → const VoiceChangerType

No voice changer.

littleBoy → const VoiceChangerType

Little boy voice.

littleGirl → const VoiceChangerType

Little girl voice.

ethereal → const VoiceChangerType

Ethereal voice.

female → const VoiceChangerType

Female voice.

male → const VoiceChangerType

Male voice.

robot → const VoiceChangerType

Robot voice.

optimusPrime → const VoiceChangerType

Optimus Prime voice.

deep → const VoiceChangerType

Deep voice.

crystalClear → const VoiceChangerType

Crystal clear voice.

cMajor → const VoiceChangerType

C major male voice.

aMajor → const VoiceChangerType

A major male voice.

harmonicMinor → const VoiceChangerType

Harmonic minor voice.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<VoiceChangerType>
A constant List of the values in this enum, in order of their declaration.