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.