[roll] Roll fuchsia [bt][audio] Fixed SoftPcmOutput frame size

Instead of returning all audio available since the last poll with a
minimum amount available, make audio more predictable by always
producing an equal sized frame from the stream.
This should make processing such audio more regular.

More useful in Bluetooth specifically as usually encoding takes even
sized audio packets.

Add the packet size to the initial reported audio delay to audio_core.

Original-Bug: 51726
Test: updated tests, fx test fuchsia-audio-device-output-tests
Test: manually with A2DP source
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/795085
Original-Revision: 868797a0e0b7d5276092a743d7295c135f47942a
GitOrigin-RevId: 06e111298d1ee67a2f4312f14dd9ff33d74ac84f
Change-Id: I216c819c05672556bf0a7b798a4f5467b2adedc7
1 file changed
tree: 9a827704246dd659f4b293145132cc1240262ef1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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.