Package io.agora.rtc2

Enum Class Constants.VOICE_AI_TUNER_TYPE

java.lang.Object
java.lang.Enum<Constants.VOICE_AI_TUNER_TYPE>
io.agora.rtc2.Constants.VOICE_AI_TUNER_TYPE
All Implemented Interfaces:
Serializable, Comparable<Constants.VOICE_AI_TUNER_TYPE>, Constable
Enclosing class:
Constants

public static enum Constants.VOICE_AI_TUNER_TYPE extends Enum<Constants.VOICE_AI_TUNER_TYPE>
  • Enum Constant Details

    • VOICE_AI_TUNER_MATURE_MALE

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_MATURE_MALE
      Uncle, deep and magnetic male voice.
    • VOICE_AI_TUNER_FRESH_MALE

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_FRESH_MALE
      Fresh male, refreshing and sweet male voice.
    • VOICE_AI_TUNER_ELEGANT_FEMALE

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_ELEGANT_FEMALE
      Big sister, deep and charming female voice.
    • VOICE_AI_TUNER_SWEET_FEMALE

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_SWEET_FEMALE
      Lolita, high-pitched and cute female voice.
    • VOICE_AI_TUNER_WARM_MALE_SINGING

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_WARM_MALE_SINGING
      Warm man singing, warm and melodic male voice that is suitable for male lyrical songs.
    • VOICE_AI_TUNER_GENTLE_FEMALE_SINGING

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_GENTLE_FEMALE_SINGING
      Gentle female singing, soft and delicate female voice that is suitable for female lyrical songs.
    • VOICE_AI_TUNER_HUSKY_MALE_SINGING

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_HUSKY_MALE_SINGING
      Smoky uncle singing, unique husky male voice that is suitable for rock or blues songs.
    • VOICE_AI_TUNER_WARM_ELEGANT_FEMALE_SINGING

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_WARM_ELEGANT_FEMALE_SINGING
      Warm big sister singing, warm and mature female voice that is suitable for emotionally powerful songs.
    • VOICE_AI_TUNER_POWERFUL_MALE_SINGING

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_POWERFUL_MALE_SINGING
      Forceful male singing, strong and powerful male voice that is suitable for passionate songs.
    • VOICE_AI_TUNER_DREAMY_FEMALE_SINGING

      public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_DREAMY_FEMALE_SINGING
      Dreamy female singing, dreamlike and soft female voice that is suitable for airy and dream-like songs.
  • Method Details

    • values

      public static Constants.VOICE_AI_TUNER_TYPE[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Constants.VOICE_AI_TUNER_TYPE valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
    • fromInt

      public static Constants.VOICE_AI_TUNER_TYPE fromInt(int v)