/Key_Detection

Multiple ways to detect the Key of an audio file

Primary LanguagePython

Key_Detection

  • Before proceding with the problem statement, it will be mindfull to go through this article which includes a thread of discussion over the same problem that we are trying to solve and the Krumhansl-Schmuckler Key-Finding Algorithm.
  • Lastly, there is also an app mixxxdj which uses a key finder and I managed to find the repository which contains the code for the same and can be found here.

I found and testing two methods to detect the global key or pitch of an audio file:-

We are using Python3