mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
d68f21ee08
The resampling filter means that the buffer influences a greater number of samples than indicated by just its length. Including the full influence of the linear filter means that adjacent buffers aligned appropriately will behave as if they were one extended buffer. The buffers are not yet aligned more carefully than track ticks, so buffers play back seamlessly only if their sample rates and lengths are such that their duration is an integer number of track ticks. Knowing how far the filter extends before the start time requires initializing the resampler before buffer processing. The patch also includes the input latency in the first resampler input buffer sample count estimate to reduce the number to calls required to start the resampler. --HG-- extra : rebase_source : 16d5af79bc5621be830f5956b51f7ff59d490575 |
||
---|---|---|
.. | ||
base | ||
canvas | ||
html | ||
mathml/content | ||
media | ||
svg | ||
test | ||
xbl/test | ||
xml | ||
xul | ||
moz.build |