Skip to content

Releases: smallest-inc/smallest-python-sdk

v1.3.4

20 Dec 12:03
ab2b1d4
Compare
Choose a tag to compare
  • 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

05 Dec 05:34
4e88ab3
Compare
Choose a tag to compare
  • improved chunking logic
  • improved exception errors

v1.3.0

03 Dec 13:26
9dc2343
Compare
Choose a tag to compare
  • Long text handling feature
  • improved documentation

v1.2.0

19 Nov 08:22
2e46e66
Compare
Choose a tag to compare
  • save_as parameter added to synchronous tts
  • updated readme

v1.1.0

18 Nov 09:07
Compare
Choose a tag to compare

🎉 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.