I can run the other examples. But running the script long_audio.py as in:
runfile('/Users/Dev/GitHub/Python-Speech-Recognition-/long_audio.py', wdir='/Users/Dev/GitHub/Python-Speech-Recognition-')
generates the following error (I am not showing a lot of lines):
FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe'
I am running Python on Mac OS 12.1 in Spyder.
Would appreciate your help.
I can run the other examples. But running the script
long_audio.pyas in:runfile('/Users/Dev/GitHub/Python-Speech-Recognition-/long_audio.py', wdir='/Users/Dev/GitHub/Python-Speech-Recognition-')generates the following error (I am not showing a lot of lines):
FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe'I am running Python on Mac OS 12.1 in Spyder.
Would appreciate your help.