mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 13:45:46 +00:00
Karl Tomlinson
d68f21ee08
b=913854 capture the full extent of the resampling filter r=padenot
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
…
…
…
…
…
An explanation of the Mozilla Source Code Directory Structure and links to project pages with documentation can be found at: https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure For information on how to build Mozilla from the source code, see: http://developer.mozilla.org/en/docs/Build_Documentation To have your bug fix / feature added to Mozilla, you should create a patch and submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at: http://developer.mozilla.org/en/docs/Creating_a_patch http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree If you have a question about developing Mozilla, and can't find the solution on http://developer.mozilla.org, you can try asking your question in a mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups are accessible on Google Groups, or news.mozilla.org with a NNTP reader.] You can download nightly development builds from the Mozilla FTP server. Keep in mind that nightly builds, which are used by Mozilla developers for testing, may be buggy. Firefox nightlies, for example, can be found at: ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/ - or - http://nightly.mozilla.org/
Description
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Languages
JavaScript
32.3%
C++
25.5%
HTML
21%
C
10.8%
Python
2.8%
Other
7.1%