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

Add new algo audio2pitch #1413

Merged
merged 35 commits into from
Jul 11, 2024
Merged

Conversation

xaviliz
Copy link
Contributor

@xaviliz xaviliz commented May 13, 2024

This pull request add a new essntia algorithm, Audio2Pitch. It has been designed for real time pitch extraction.

  • src/algorithms/tonal/audio2pitch.cpp
  • src/algorithms/tonal/audio2pitch.h
  • test/src/unittests/tonal/test_audio2pitch.py

Before we review everything it would be nice to have an idea of which test could be useful and any suggestions you could have. Kindly.

src/algorithms/tonal/audio2pitch.h Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.h Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.h Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.h Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.h Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.cpp Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.cpp Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.cpp Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.cpp Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.cpp Show resolved Hide resolved
@xaviliz xaviliz marked this pull request as ready for review June 19, 2024 13:47
@xaviliz
Copy link
Contributor Author

xaviliz commented Jun 19, 2024

Okay! It is done. Please check from L192-197, I think this snippet would be nice to add it in all algorithms using AudioLoaders to pass properly the tests in osx.

test/src/unittests/tonal/test_audio2pitch.py Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.cpp Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.h Outdated Show resolved Hide resolved
src/algorithms/tonal/pitchyinfft.cpp Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.cpp Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.h Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.cpp Outdated Show resolved Hide resolved
src/algorithms/tonal/audio2pitch.cpp Outdated Show resolved Hide resolved
@dbogdanov dbogdanov merged commit 52d8a35 into MTG:master Jul 11, 2024
1 of 7 checks passed
This pull request was closed.
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.

2 participants