Skip to content
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

The running time consuming so long!! Plz help! #10

Open
SteveTanggithub opened this issue Mar 24, 2023 · 2 comments
Open

The running time consuming so long!! Plz help! #10

SteveTanggithub opened this issue Mar 24, 2023 · 2 comments

Comments

@SteveTanggithub
Copy link

my config: n_mel=128,n_fft=2048,n_hop=256,sr=16000
it takes about 20 second for getting melspectrogram from 8 second long wav file!!!
Is it normal for this code?

@ewan-xu
Copy link
Owner

ewan-xu commented Mar 24, 2023

eigen fft is too slow. You can replace with other fft . e.g. fftw.

@SteveTanggithub
Copy link
Author

i don't know how to use, can u help me?
by the way, it also takes too long (17s) when i use eigen for matrix multiply.
(128,1025) x (1025,501)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants