Open noelmullankuzhy opened 8 months ago
librosa is actually a pure-Python package. However, it's based on Numba, which is quite difficult to build, and may not be possible to run on iOS at all if it doesn't allow JIT compilers.
I don't know about the inner workings of Python. But is it possible to partially port librosa
so that functions that depend on Numba
will fail but others will work?
That would be a question for librosa.
What is the PyPI name of the package you would like to see added?
librosa
Additional details
Github Link
Dependencies