Build a Real Time Webcam With Speech Recognition in Python

Stream your audio data in real-time

Ng Wai Foong
Better Programming
Published in
4 min readDec 9, 2021

--

Photo by Thomas Le on Unsplash

Previously, I have covered an article on How to Transcribe Audio Files to Text which transcribe an audio recording file via the Speech-to-Text API provided by AssemblyAI.

In this tutorial, we will explore another version that streams your audio data in real-time to a WebSocket API

--

--