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

Meter and Beatogram #486

Open
wxy656 opened this issue Oct 18, 2016 · 1 comment
Open

Meter and Beatogram #486

wxy656 opened this issue Oct 18, 2016 · 1 comment

Comments

@wxy656
Copy link

wxy656 commented Oct 18, 2016

I tested these two methods and found that they may still be a bit inaccurate. For example: some 4/4 music in, some of his output value is 2, and the other is 3 .. Do you have any plans to revise these two methods in the near future?

In addition, I do not quite understand what the output of the meter value mean , such as a 3/4 music in his output value of 24.can you tell me how do you define meter value

Finally, Can you tell me your reference in the design of these two methods?

@dbogdanov
Copy link
Member

These algorithms are purely experimental, that is, they were never finalized and evaluated. There are no references to support the implementation. You can check the implementation code here.

Beatogram takes an input sequence of energy band ratios in beats sequence and filters it to keep only salient bands.

Meter takes the resulting beat-sequence of filtered band energies. The implementation for this algorithm has not been finished. For now, it applies autocorrelation on each particular band and sums autocorrelation functions across bands to find out the predominant periodicity in terms of the number of consecutive beats.

You are welcome to provide your suggestions.

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