audio file isn't being parsed with Google Speech
问题 This question is a followup to a previous question. The snippet of code below almost works...it runs without error yet gives back a None value for results_list . This means it is accessing the file (I think) but just can't extract anything from it. I have a file, sample.wav , living publicly here: https://storage.googleapis.com/speech_proj_files/sample.wav I am trying to access it by specifying source_uri='gs://speech_proj_files/sample.wav' . I don't understand why this isn't working. I don't