TXVoiceChangerType enum

Voice Changing Effects

Voice changing effects can be applied to human voice. Based on acoustic algorithms, they change the tone of voice. The following effects are supported currently:

0: original; 1: child; 2: little girl; 3: middle-aged man; 4: metal; 5: nasal; 6: foreign accent; 7: trapped beast; 8: otaku; 9: electric; 10: robot; 11: ethereal;

Inheritance
Annotations
  • @JsonEnum(alwaysCreate: true)

Constructors

TXVoiceChangerType()
const

Values

type0 → const TXVoiceChangerType
  • disable
type1 → const TXVoiceChangerType
  • naughty kid
type2 → const TXVoiceChangerType
  • Lolita
type3 → const TXVoiceChangerType
  • uncle
type4 → const TXVoiceChangerType
  • heavy metal
type5 → const TXVoiceChangerType
  • catch cold
type6 → const TXVoiceChangerType
  • foreign accent
type7 → const TXVoiceChangerType
  • caged animal trapped beast
type8 → const TXVoiceChangerType
  • indoorsman
type9 → const TXVoiceChangerType
  • strong current
type10 → const TXVoiceChangerType
  • heavy machinery
type11 → const TXVoiceChangerType
  • intangible

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<TXVoiceChangerType>
A constant List of the values in this enum, in order of their declaration.