I have a function that can play set frequencies. The function's inputs are frequency and duration. How can I analyze a sound file so that I have the output frequency for every milisecond of audio.
e.g.:
MS, Frequency
1, 400
2, 401
3, 402
etc.
If there is Mac based software that can do this, I'd be fine with preprocessing the audio files and only inputing the frequency/duration combos.
Thanks!