Feature #1678
Resampling should be common across browsers
Status: | New | Start date: | 2016-04-06 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Nicholas Jillings | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
From http://padenot.github.io/web-audio-perf/#audiobuffersourcenode:
Edge, Blink and Webkit based browser use linear resampling, that is cheap, has no latency, but has low quality. Gecko based browser use a more expensive but higher quality technique, that introduces some latency.
History
#1 Updated by Giulio Moro over 8 years ago
has anything been done on this ?