We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running on linux arm64, it always shows:
soundfile.LibsndfileError: Error opening <_io.BytesIO object at 0xffffaa33e340>: Format not recognised
The text was updated successfully, but these errors were encountered:
Please show a complete code example.
If there's no prebuilt wheel, you need to supply your own libsndfile.
Sorry, something went wrong.
Sorry!
I was actually using this lib indirectly via the SDK of ElevenLabs: https://github.com/lugia19/elevenlabslib/blob/bcc1a00190fb088745d9774f1d63f991317c862b/elevenlabslib/helpers.py#L8
This is an issue tracker, not a discussion forum. Please state your problem with Soundfile, and provide a code example that reproduces the error.
@bastibe I believe this is an issue.
In this case, I won't move forward.
I think the right solution is to provide pre-built arm64 binary on pipy. I will look for solutions of it.
No branches or pull requests
When running on linux arm64, it always shows:
The text was updated successfully, but these errors were encountered: