Releases: pmarmaroli/vocametrix-python
Releases · pmarmaroli/vocametrix-python
vocametrix 0.2.9
Full Changelog: v0.2.8...v0.2.9
vocametrix 0.2.8
Full Changelog: v0.2.7...v0.2.8
vocametrix 0.2.7
Full Changelog: v0.1.0...v0.2.7
vocametrix 0.1.0
Initial release of the official Vocametrix Python SDK.
What's included
- Full coverage of the Vocametrix API: AVQI, DSI, CPP, HNR, jitter/shimmer, VRP, pronunciation assessment, speech-to-text (SSE streaming), TTS, phoneme detection, stuttering classification, prosody similarity, eGeMAPS, and sound level.
- Auto-generated low-level client from the OpenAPI 3.1 spec with ergonomic namespace wrappers.
- Automatic retry with exponential backoff (429, 5xx).
- Typed exceptions:
VocametrixAuthError,VocametrixRateLimitError, etc.
Install
pip install vocametrixRequirements
- Python ≥ 3.9
- Vocametrix API key (sign up — free trial included)
Full Changelog: https://github.com/pmarmaroli/vocametrix-python/commits/v0.1.0