https://github.com/rileyjshaw/mean-tone
:chart_with_downwards_trend: Takes the average tone of each beat of a wav file
https://github.com/rileyjshaw/mean-tone
Last synced: about 1 month ago
JSON representation
:chart_with_downwards_trend: Takes the average tone of each beat of a wav file
- Host: GitHub
- URL: https://github.com/rileyjshaw/mean-tone
- Owner: rileyjshaw
- Created: 2014-03-10T23:01:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T20:30:43.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T01:48:26.146Z (7 months ago)
- Language: Python
- Homepage: http://www.rileyjshaw.com/taking-the-average-tone/
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mean-tone
=========
In a far-off galaxy, where alien ears can only hear the _average frequency_ of the songs around them, ___what would their music sound like___?!As Plato and Einstein must have done before my time, I spent many sleepness nights tortured by this question. With this repo, I'm taking it head-on.
I blogged about it [here](http://www.rileyjshaw.com/blog/taking-the-average-tone/).
## Usage
Open \__main__.py and change `'wav/flute.wav'` to your input file, `'wav/flute_avg.wav'` to your output file, and `import_bpm` to your song's BPM.## Troubleshooting
If you're getting weird errors about your input file, run it through Audacity and export it __with no metadata__. It's scipy's fault, not mine.If you're getting any other errors and you've been at it for a while, it's probably best to just stop. I mean.. why are you even doing this? It's going to sound really terrible.