September 2026 Summaries
2 posts from Cartesia
Filter
Month:
Year:
Post Summaries
Back to Blog
Text-to-speech models provide the capability to generate audio, while voices act as inputs that shape characteristics such as speaker identity, pacing, intonation, emphasis, and tone. Fixed-speaker models produce only one embedded voice, multi-speaker models select from a predefined catalog, and zero-shot voice-cloning systems use a short reference recording to synthesize speech resembling an unseen speaker without retraining. Professional voice cloning instead fine-tunes a model on a larger dataset, potentially producing highly detailed copies that may also retain unwanted recording artifacts. Because reference audio includes performance and environmental details beyond speaker identity, including pauses, background noise, and delivery style, clean recordings suited to the intended use case are recommended. Selecting an appropriate voice and evaluating a TTS model’s quality are distinct decisions, since one model can generate voices suited to very different contexts, such as measured customer support or energetic product onboarding.
Sep 10, 2026
759 words in the original blog post.
Precision and recall are essential for evaluating detection systems because accuracy alone can be misleading, particularly when the event being detected is rare or false positives and false negatives carry different costs. In retrieval-augmented generation, fetching few documents can yield high precision but miss relevant information, while retrieving many improves recall but introduces irrelevant context; similar tradeoffs apply to spam filters, security screening, speech detection, and Voice AI. Evaluation begins by defining a specific target event and using a confusion matrix to distinguish true positives, false positives, false negatives, and true negatives. Precision measures how often positive predictions are correct, while recall measures how many actual positive events were successfully identified. Model confidence thresholds generally control the balance between them: higher thresholds reduce false positives and tend to improve precision, whereas lower thresholds capture more true events and tend to improve recall. For Voice AI, speech activity, turn starts, and turn ends should be evaluated as separate detection tasks with clearly defined matching rules and error cases, and thresholds should be selected according to the product impact of interruptions, missed speech, or delayed responses.
Sep 03, 2026
1,675 words in the original blog post.