I trying to use openSMILE in google cloud functions, but I have a problem.
openSMILE seems to depend on the sox library. So I added sox to google cloud functions requirements.txt.
However, only the same log is being repeated.
"SoX could not be found!"
How can I fix this?
I use google cloud functions based on python3.7 runtime.