Dawn T Cherian
Dawn T Cherian

Reputation: 5406

Google Cloud Speech-to-Text in Python using websockets for Audio streams

Is there a good documentation for streaming audio from client side using JavaScript and websockets and converting it to text using Google Cloud Speech-to-Text in Python?

Upvotes: 0

Views: 2076

Answers (1)

Dawn T Cherian
Dawn T Cherian

Reputation: 5406

For client and server using Python you can refer to this GitHub example

Upvotes: 5

Related Questions