0

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?

Dawn T Cherian
  • 4,968
  • 3
  • 24
  • 35

1 Answers1

5

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

Dawn T Cherian
  • 4,968
  • 3
  • 24
  • 35