pipecat icon indicating copy to clipboard operation
pipecat copied to clipboard

AttributeError: 'WebRTCVADAnalyzer' object has no attribute '_vad_frames_num_bytes' on Ubuntu 22.04 / Python 3.10.2

Open Razziat opened this issue 9 months ago • 2 comments

Hello,

I'm encountering an error when running a voice agent using Pipecat with the Daily.co transport on Ubuntu 22.04 and Python 3.10.2. Error message:

AttributeError: 'WebRTCVADAnalyzer' object has no attribute '_vad_frames_num_bytes'

🧪 Context

OS: Ubuntu 22.04

Python: 3.10.2

Pipecat AI version: 0.0.62

Usage: I'm trying to run a French-speaking voice assistant using Pipecat with the DailyTransport, TTS via Cartersia, and a LLM backend using Ollama (LLaMA 3.2:3b).

Has anyone else encountered this error with WebRTCVADAnalyzer? Any ideas or workarounds would be greatly appreciated.

Razziat avatar Apr 03 '25 14:04 Razziat

Hi! I have not seen this reported elsewhere. Can you try running the simple chatbot example to see if you get it there?

mattieruth avatar Apr 04 '25 15:04 mattieruth

@Razziat are you still impacted? I'd recommend using SileroVADAnalyzer as it has superior performance.

markbackman avatar May 06 '25 16:05 markbackman