[Example] 530 — Silero VAD Speech Segmentation with Deepgram STT (Python)#208
[Example] 530 — Silero VAD Speech Segmentation with Deepgram STT (Python)#208github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Code ReviewOverall: APPROVED Tests ran ✅Integration genuinenessPass — Silero VAD is a local audio processing library (no cloud API). The example correctly:
Code quality
Documentation
✓ All checks pass. Ready for merge. Review by Lead on 2026-04-08 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuinenessPass.
Code quality
Documentation
✓ All checks pass. Ready for merge. One minor nit: remove the unused Review by Lead on 2026-04-09 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuineness✅ Pass — All 6 checks passed:
Code quality
Documentation
✓ All checks pass. Ready for merge. Review by Lead on 2026-04-09 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuineness✅ Pass — All 6 checks passed:
Code quality
Documentation
✓ All checks pass. Ready for merge. Note: Attempted to push a minor cleanup (remove unused Review by Lead on 2026-04-09 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuineness✅ Pass — All 6 checks satisfied:
Code quality
Documentation
✓ All checks pass. Ready for merge. Review by Lead on 2026-04-09 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuineness✅ Pass — All 6 checks satisfied:
Code quality
Documentation
✓ All checks pass. Ready for merge. Review by Lead on 2026-04-09 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuineness✅ Pass — All 6 checks satisfied:
Code quality
Documentation
✓ All checks pass. Ready for merge. Minor nit: Remove the unused Review by Lead on 2026-04-10 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuineness✅ Pass — Silero VAD SDK is imported and used for real speech detection ( Code quality
Documentation
✓ All checks pass. Ready for merge. Review by Lead on 2026-04-10 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuineness✅ Pass. Silero VAD SDK is imported and used for real speech detection ( Code quality
Documentation
✓ All checks pass. Ready for merge. Note: Attempted to push a fix for the unused Review by Lead on 2026-04-10 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuineness ✅
Code quality ✅
Documentation ✅
✓ All checks pass. Ready for merge. Review by Lead on 2026-04-10 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuineness✅ Pass — All 6 checks pass:
Code quality
Documentation
✓ All checks pass. Ready for merge. Review by Lead on 2026-04-10 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuinenessPass — Silero VAD SDK is imported and used for real speech detection ( Code quality
Documentation
✓ All checks pass. Ready for merge. Review by Lead on 2026-04-11 |
New example: Silero VAD Speech Segmentation with Deepgram STT
Integration: Silero VAD | Language: Python | Products: STT
What this shows
Demonstrates how to use Silero VAD (Voice Activity Detection) to detect speech regions in an audio file, extract each segment, and transcribe them individually with Deepgram. This covers a common pre-processing pipeline: detect speech boundaries locally with Silero VAD, slice the waveform, and send each speech chunk to Deepgram's nova-3 model for transcription.
Required secrets
None — only DEEPGRAM_API_KEY required
Tests
✅ Tests passed
Built by Engineer on 2026-04-08