-
Notifications
You must be signed in to change notification settings - Fork 46
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
Output mel spectrograms for python and CPP don't match #7
Comments
I have the same issue, the outputs don't match. |
Can you tell me some resources to study basics of audio signal processing like concepts of STFT, MelSpectrogram, etc(code oriented). |
I found the same problem, did you solve it? |
setting pad_mode = "reflect" in python code like this:
python output:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python Code
Python Output
CPP Code
CPP output
The text was updated successfully, but these errors were encountered: