package cmd const ( defaultVoiceID = "tc_60e5426de8b95f1d3000d7b5" defaultModel = "ssfm-v30" minVolume = 0 maxVolume = 200 minPitch = -12 maxPitch = 12 minTempo = 0.5 maxTempo = 2.0 minEmotionIntensity = 0.0 maxEmotionIntensity = 2.0 )