fsaleemm / Speech2Text-WSS

Exposing Azure Speech to Text Cognitive Service via a Web Socket Server Example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speech2Text-WSS PoC

Exposing Azure Speech to Text Cognitive Service via a Web Socket Server Example.

Approach

Some Commercial Off The Shelf (COTS) products integrate with WSS endpoints for Speech-to-Text (S2T) services. Since Azure Cognitive Service for S2T does not expose a WSS endpoint, this PoC contains code for standing up a WSS endpoint that leverages Azure Speech SDK to transcribe audio.

COTS -> WSS Endpoint (Azure Speech SDK) -> Azure Cognitive Services (S2T)

About

Exposing Azure Speech to Text Cognitive Service via a Web Socket Server Example.


Languages

Language:Python 100.0%