Skip to content

Has anyone tried to use soundfile in AWS Lambda?  #313

Open
@Jun711

Description

@Jun711

I have encountered several issues.

  1. 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

  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions