I have encountered several issues.
-
raise OSError('sndfile library not found')
I followed this arrticle and included libsndfile library in a lambda layer but it seems to throw the same error
https://gianlucazuccarelli.medium.com/librosa-and-aws-lambda-20e48f23b57e
-
when I put soundfile in a lambda layer, it seems to have import issue: No module named '_soundfile
from from _soundfile import ffi as _ffi in soundfile.py
If anyone knows how to set up in AWS lambda or using another AWS service, could you please teach me how to do it?