sevagh / pitch-detection

autocorrelation-based O(NlogN) pitch detection
MIT License
577 stars 67 forks source link

Re-add ffmpeg code in examples #49

Closed sevagh closed 5 years ago

sevagh commented 5 years ago

Reintroduce the ffmpeg code I used to have, to create an example file.cpp, or ffmpeg.cpp which takes a file as input, i.e. mp3, wav, whatever, gets the raw audio, and invokes pitch detection on it.

sevagh commented 5 years ago

Doesn't belong here.