-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
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
Speed is slow, am I miss something? #18
Comments
tried unintsll audioflux and reinstall through conda, met same error |
Thanks for the feedback, the online pip is compiled based on ubuntu20, and we will fix this bug for ubuntu 18 later. Now, you can try to install from source: |
Thx, and I can use it by installing from source now. But I found the speed is slow, am I miss something? My test code:
And my result:load time cost:
to mel time cost:
|
@fire717 Thanks for your test feedback, it revealed some performance issues with our project. This is mainly reflected in the feature extraction of long audio, for which we released latest version. |
https://github.com/libAudioFlux/audioFlux/tree/master/benchmark Here are the new detailed performance benchmark data and test scripts. Thanks feedback. |
install:
pip install audioflux
os:
ubuntu18
python3.8
The text was updated successfully, but these errors were encountered: