Releases: smallest-inc/smallest-python-sdk
Releases · smallest-inc/smallest-python-sdk
v1.3.4
v1.3.2
- improved chunking logic
- improved exception errors
v1.3.0
- Long text handling feature
- improved documentation
v1.2.0
save_as
parameter added to synchronous tts- updated readme
v1.1.0
🎉 Official Python SDK for smallest.ai Text-to-Speech API - Enabling instant voice synthesis with minimal latency.
Key Features:
- 🔄 Synchronous text-to-speech conversion for simple use cases with a single line.
- ⚡ Asynchronous synthesis for improved performance.
- 🌊 Real-time audio streaming from LLM text output.
- 🎯 Zero-latency processing for streaming synthesis.
Usage:
- Simple sync conversion: Convert text to speech in a single call
- Async processing: Handle multiple synthesis tasks efficiently
- LLM Stream Integration: Convert LLM text streams to audio in realtime. Process long texts without loading entire content.
Requirements:
- Python 3.9+
Documentation and examples available in the README.