meeran
03/04/2025, 1:23 AMPraveen Nair
03/05/2025, 5:19 PMconst assistant = {
// ... other config
transcriber: {
provider: '11labs',
model: 'scribe_v1',
language: 'en' // or any other supported language
}
}
The transcriber supports:
- Single model: scribe_v1
- Multiple languages
- Both user and assistant audio transcription
The implementation handles:
- Audio buffering and processing
- Real-time transcription
- Error handling and reporting
- Integration with the VAPI pipeline