Recording Analysis
Working with Call Recordings
MixedVoices provides powerful capabilities for analysing voice recordings. The system processes stereo audio files where the user and assistant are recorded on separate channels.
Load project and version
Before analysing calls, create or load a project and version.
Add call recording to version
To analyse call recordings, add them to a version. Ensure that the audio files are stereo recordings with the user and assistant on separate channels.
Processing Details
When you add a recording, MixedVoices performs several analyses:
Channel Separation: Splits user and assistant audio
Transcription: Generates detailed transcript with speaker labels using OpenAI or Deepgram
Quality Metrics: Measures technical aspects like signal to noise ratio, words per minute, latency and interruptions
Conversation Analysis: Evaluates multiple factors such as empathy and conciseness
Flow Mapping: Identifies conversation steps and patterns
Success Evaluation: Checks against success criteria if defined
Call Summarization: Generates a short summary of the call
Asynchronous Processing
For long recordings or batch processing or in scripts where analysis becomes a bottleneck, use non-blocking mode and processing will happen in the background:
Last updated