cwilso / PitchDetect

Pitch detection in Web Audio using autocorrelation
https://cwilso.github.io/PitchDetect/
MIT License
1.31k stars 440 forks source link

Should use float version of autocorrelate if getFloatTimeDomainData exists #3

Closed cwilso closed 9 years ago

cwilso commented 10 years ago

Now that we have it in the Web Audio spec...

cwilso commented 9 years ago

Fixed this.