Skip to content

Releases: pmarmaroli/vocametrix-python

vocametrix 0.2.9

29 May 21:27

Choose a tag to compare

vocametrix 0.2.8

12 May 15:38

Choose a tag to compare

vocametrix 0.2.7

11 May 15:07

Choose a tag to compare

vocametrix 0.1.0

10 May 12:35

Choose a tag to compare

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 vocametrix

Requirements

  • Python ≥ 3.9
  • Vocametrix API key (sign up — free trial included)

Full Changelog: https://github.com/pmarmaroli/vocametrix-python/commits/v0.1.0