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

0 results with HM.f0Detection function (for some audio files) #97

Open
wubinbai opened this issue Apr 8, 2020 · 0 comments
Open

0 results with HM.f0Detection function (for some audio files) #97

wubinbai opened this issue Apr 8, 2020 · 0 comments

Comments

@wubinbai
Copy link

wubinbai commented Apr 8, 2020

problem:

0 results with HM.f0Detection function (for some audio files)

I'm not sure if this is an issue, but I try to use HM.f0Detection to extract the fundamental frequency of music files, these include: 1 tone of a piano/guitar/bass_guitar, and the pitch can be clearly identified. The details of the problems are: for an audio file, I got results like np.array([0,0,0,0,0,0,0,0,440,0,0,0,440,440,441.2,440.2,0,0,0,0,0,0,0,0,0,0,]) There are just so many zeros that I don't want to expect. For some files, I got:
np.array([0,0,0,0,0,0,0,0,0,0,0,0,0,0]), which is basically all zeros...

How may I solve this? I have set the minf0 to 50 as this is also setted in the lecture videos, maxf0 to ~800. I am just not sure how to fix this problem.

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

1 participant