Speech to text and translation client-server using Google cloud
Client uses PyAudio to stream audio to server.
Server converts audio stream to text using GCP Speech-to-Text and translats it using Google Cloud Translation.
The software has only been tested in Python3.6.
Copy full file path (examle: C:\Users\yourname\Documents\subfoldername\google-app-credentials.json) to servers code line 20
example:
credential_path = r”C:\Users\yourname\Documents\subfoldername\google-app-credentials.json”