├── README.md ├── requirements.txt ├── websocket_client.py └── websocket_server.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dawntcherian/Google-speech-to-text-python-websocket-server-using-microphone-stream/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dawntcherian/Google-speech-to-text-python-websocket-server-using-microphone-stream/HEAD/requirements.txt -------------------------------------------------------------------------------- /websocket_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dawntcherian/Google-speech-to-text-python-websocket-server-using-microphone-stream/HEAD/websocket_client.py -------------------------------------------------------------------------------- /websocket_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dawntcherian/Google-speech-to-text-python-websocket-server-using-microphone-stream/HEAD/websocket_server.py --------------------------------------------------------------------------------