Core Features
Powerful tools to analyze, evaluate, and optimize your voice agent's performance
Call Flow Analysis
Visualize customer journeys and identify optimization opportunities automatically
Automatic Flow Generation
Auto generates interactive call flow visualizations from your conversation data, understand common paths and user behaviors.
Drop-off Analysis
Quickly identify where users dropping or experience friction in their journey with clear termination metrics at each step.
Journey Optimization
Use flow metrics to optimize conversation paths and improve completion rates across different interaction types.
Voice Analytics Suite
Comprehensive metrics to evaluate both technical performance and AI capabilities
Call Quality Metrics
ML Performance Metrics
Agent Evaluation
Comprehensive testing and validation of your voice agent's performance
Scenario Simulation
Test agent performance using real-world scenarios based on historical recordings
ML Performance
Track key AI metrics including hallucination rates, response accuracy, and emotional intelligence
Stress Testing
Validate performance under various conditions including edge cases and high load scenarios
Easy Integration
Seamlessly connect with your existing voice agent tools and workflows
Vapi
Pipecat
Retell
Get Started Today
Add MixedVoices's Voice Analysis to your voice agent in minutes
pip install mixedvoices
import mixedvoices as mv
# Create a new project
project = mv.create_project("clinic")
# Create a new version
v1 = project.create_version("v1")
# Add recording to analyze
v1.add_recording("call.mp3")
# Run evaluation
evaluator = v1.create_evaluator()
evaluator.run(agent=MyAgent)