Standalone Voice Tracking
Track STT, TTS, and STS usage individually when they are not part of an integrated voice session. Use these methods to send granular usage data directly to Paygent.
Standalone STT
Track Speech-to-Text usage by providing the audio duration in minutes. This is ideal for modular systems where STT is handled independently.
standalone_stt.py
Standalone TTS
Track Text-to-Speech usage by providing the character count. Use this for standalone voice synthesis tasks.
standalone_tts.py
Standalone STS
Track Speech-to-Speech usage with detailed input and output token counts for both text and audio modalities.
standalone_sts.py
Fire and Forget. All standalone tracking methods are asynchronous and follow a “fire-and-forget” pattern, ensuring minimal latency impact on your primary application flow.
