Skip to content

v1.1.0

Choose a tag to compare

@hamees-sayed hamees-sayed released this 18 Nov 09:07
· 91 commits to main since this release

πŸŽ‰ 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.