Skip to content

reyesvicente/432Hz-Frequency-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project checks if the frequency of a song is 432Hz or not.

Why 432Hz?

432Hz is considered the natural frequency of the universe, embraced by great composers like Bach and Beethoven to craft music that touches the soul. This indicates that the universal music scale utilized 432A for tuning their instruments. However, during World War II, this was altered to 440Hz, which resembles the static of a radio—disorienting and unsettling. In contrast, 432Hz fosters harmony and a sense of flow. It’s the ideal frequency, one that feels organic and uplifting! Nature truly is wonderful!

Run the backend:

python -m venv env
source env/bin/activate
python -m pip install requirements.txt
uvicorn main:app --reload

Run the frontend

cd frontend
npm install
npm run dev

About

This project checks if the frequency of a song is 432Hz or not.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published