[roll] Roll fuchsia [audio_core] Convert width to length, update fidelity baseline

Convert SincSampler, PositionManager and Filter to consistently use
filter length (a count which includes the 0-index) rather than filter
width (which does not).

A small-but-related fidelity bug was fixed, which historically made
SincFilters a single subframe narrower than was intended. As a result,
the SiNAD baseline is very slightly updated (most changes < 0.003 dB,
all are at/below 1.25 KHz, and about 2/3 are beneficial).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/503060
Original-Revision: f9fceb38540a6459caac1085263bd41b8ff21049
GitOrigin-RevId: 08c92fddda23df2a905a75cc20f3934a17e5ef0f
Change-Id: Ie89411957bb13af22988d582550175fa78c22144
1 file changed
tree: 2282943074d96eb68aa11ceda5c39560ef67e8e5
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.