Releases: smallest-inc/smallest-python-sdk
Releases · smallest-inc/smallest-python-sdk
Improved async session handling, updated API Parameters
- Improved async session handling for the
AsyncSmallestclass. - Added more parameters in accordance with the API.
- Enhancement, Similarity and Consistency
- Improved chunking logic in the
TextToAudioStreaminstance.
v1.3.4
- Fixed the bug where it skipped hindi words
- Further improved chunking to not break on words
- Improved documentation
- Fetches models and voices from an API.
v1.3.2
- improved chunking logic
- improved exception errors
v1.3.0
- Long text handling feature
- improved documentation
v1.2.0
save_asparameter 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.