Bug 220023
| Summary: | AnalyserNode.getFloatTimeDomainData() not exist in safari | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | parametrize |
| Component: | WebKit API | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | cdumez, eric.carlson, ggaren, smoley, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 14 | ||
| Hardware: | Mac (Intel) | ||
| OS: | macOS 10.15 | ||
| URL: | https://kuprinwear.com/audio.html | ||
parametrize
AnalyserNode.getFloatTimeDomainData() not exist in safari
So i`m working on small web experiment and i`m use web audio analyser to get pitch value from user Mic
It works fine on any Android device of any PC, but doesn't work on Mac or iPhone/iPad.
I was use a solution from GitHub, which include correlation methods use .getFloatTimeDomainData()
i have no idea, how can i do what i need without parsed data which i get from this method.
I would like to use a very precise method to detect pitch.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/72596688>
Chris Dumez
This has been implemented a while back via Bug 213393. It simply has not shipped yet. You can try it out in Safari Technology Preview on macOS though.
*** This bug has been marked as a duplicate of bug 213393 ***