elevenlabs / elevenlabs-python

The official Python API for ElevenLabs Text to Speech.
https://elevenlabs.io/docs/api-reference/getting-started
MIT License
2.22k stars 258 forks source link

Support for apply_text_normalization (Apply Text Normalization) #393

Open ptrkhh opened 4 weeks ago

ptrkhh commented 4 weeks ago

Feature Description

apply_text_normalization is a feature that already exists within the API

Use Case

Without normalization, 10.000.000 is read as ten thousand thousand instead of ten million

Alternatives Considered

Hitting the API directly, but then it defeats the purpose of this very package

Additional Context

No response