cwilso / PitchDetect

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

Not working on mobile #26

Closed tunicool closed 6 years ago

tunicool commented 6 years ago

It's not working on Safari on IOS 11.3 Iphone 6+. Havent test for the others or Android

cwilso commented 6 years ago

Last I checked, getUserMedia still wasn't working on Safari.

alana314 commented 6 years ago

Hi, iOS11 supports getUserMedia, but it doesn't seem to support getFloatTimeDomainData yet.