These samples show how to use the Google Cloud Speech API to transcribe audio files, as well as live audio from your computer's microphone.
api-client/
contains samples that use the Google API Client Library for Python to make REST calls to the API.grpc/
contains samples that use the more-efficient (though sometimes more complex) GRPC API. The GRPC API also allows streaming requests.