TXVoiceReverbType enum

Reverb Effects

Reverb effects can be applied to human voice. Based on acoustic algorithms, they can mimic voice in different environments. The following effects are supported currently:

0: original; 1: karaoke; 2: room; 3: hall; 4: low and deep; 5: resonant; 6: metal; 7: husky; 8: ethereal; 9: studio; 10: melodious; 11: studio2;

Inheritance
Annotations
  • @JsonEnum(alwaysCreate: true)

Constructors

TXVoiceReverbType()
const

Values

type0 → const TXVoiceReverbType
  • disable
type1 → const TXVoiceReverbType
  • KTV
type2 → const TXVoiceReverbType
  • small room
type3 → const TXVoiceReverbType
  • great hall
type4 → const TXVoiceReverbType
  • deep voice
type5 → const TXVoiceReverbType
  • loud voice
type6 → const TXVoiceReverbType
  • metallic sound
type7 → const TXVoiceReverbType
  • magnetic sound
type8 → const TXVoiceReverbType
  • ethereal
type9 → const TXVoiceReverbType
  • studio
type10 → const TXVoiceReverbType
  • melodious
type11 → const TXVoiceReverbType
  • studio2

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