forExpressive method
Configure for expressive speech with more variability
Sets lower stability and similarity boost for more dynamic speech. Best for character voices, storytelling, or creative content.
Implementation
ElevenLabsBuilder forExpressive() {
return stability(0.3).similarityBoost(0.5).useSpeakerBoost(true).style(0.8);
}