elevenlabs 1.0.10 elevenlabs: ^1.0.10 copied to clipboard
Lightweight wrapper for accessing ElevenLabs's Text-To-Speech API and converting the results to MP3 files.
1.0.9 #
- Initialization is now a future.
ElevenLabs(apiKey: 'your-api-key');
becomesawait ElevenLabs.init(apiKey: 'your-api-key');
1.0.9 #
- Added History.
- Fix for parsing voices.
1.0.8 #
- Refactor and fixes.
1.0.7 #
- Refactor.
1.0.4 #
- Clean up.
1.0.3 #
- Added
fileName
.
1.0.2 #
- Fix.
1.0.1 #
- Fix.
1.0.0 #
- Inital release.