Skip to content

Commit

Permalink
Merge pull request #638 from pipecat-ai/mb/fix-silero-vad-import
Browse files Browse the repository at this point in the history
Fix Silero VAD import issue
  • Loading branch information
markbackman authored Oct 22, 2024
2 parents 5321aff + ccc3691 commit e556f34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pipecat/vad/silero.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@

logger.warning("DEPRECATED: Package `pipecat.vad` is deprecated, use `pipecat.audio.vad` instead.")

from ..audio.vad.silero import SileroVAD, SileroVADAnalyzer
from ..audio.vad.silero import SileroVADAnalyzer
from ..processors.audio.vad.silero import SileroVAD

0 comments on commit e556f34

Please sign in to comment.