private float GetRandomPitch()
 {
     return(FullIndieAudioUtil.St2pitch(pitch + Random.Range(0, randomPitch)));
 }
 private float GetRandomVolume()
 {
     return(FullIndieAudioUtil.DecibelToLinear(volume + Random.Range(randomVolume, 0)));
 }