Class ZegoVoiceChangerParam


  • public class ZegoVoiceChangerParam
    extends java.lang.Object
    Voice changer parameter. Developer can use the built-in presets of the SDK to change the parameters of the voice changer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float pitch
      Pitch parameter, value range [-12.0, 12.0], the larger the value, the sharper the sound, set it to 0.0 to turn off.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pitch

        public float pitch
        Pitch parameter, value range [-12.0, 12.0], the larger the value, the sharper the sound, set it to 0.0 to turn off. Note that on v2.18.0 and older version, the value range is [-8.0, 8.0].
    • Constructor Detail

      • ZegoVoiceChangerParam

        public ZegoVoiceChangerParam()