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

WIP: Improve sample tempo measurement #178

Merged
merged 17 commits into from
Nov 16, 2020
Merged

WIP: Improve sample tempo measurement #178

merged 17 commits into from
Nov 16, 2020

Conversation

g-wizzy
Copy link
Contributor

@g-wizzy g-wizzy commented Oct 31, 2020

When done, will close #173 .

What remains to be done is find a set of criteria that can determine whether a sample's tempo can be accurately measured, based on the histogram of the possible bpms detected.

Due to a perplexing problem on my part, I can't seem to make aubio run on .wav files. This has in effect allowed me to have a couple of examples of bad samples (from the various .mp3s present on the school-hosted site), but a severe lack of good, clean examples.

So, I am asking for someone with a functioning aubio installed to run deduce_tempo.py on a clean sample such as :

PS: For as long as visual debugging is required, the deduce_tempo.py script requires the additional library matplotlib.

@g-wizzy
Copy link
Contributor Author

g-wizzy commented Nov 1, 2020

Testing now requires running

py src/safm_api/utils_test.py [space-separated list of files]
# The argument can be left blank, in which case the content of the `test` folder will be used

@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 1, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@qtipee qtipee merged commit 1aec8df into HE-Arc:master Nov 16, 2020
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

Successfully merging this pull request may close these issues.

Improve sample tempo deduction
2 participants