[roll] Roll fuchsia [media/audioconsumer] add audio_consumer component

This CL adds an implementation of fuchsia.media.AudioConsumer to
replace mediaplayer in non-smart-display builds and tests. This
implementation supports LPCM streams only (not compressed streams)
for now. This will be adequate for SBC streams, which are decoded
before they are submitted to the consumer. AAC streams, which are
delivered directly to the consumer, will be rejected for now.
Current end-to-end tests use SBC.

Test: new unit tests for all implemented features

Future CLs will include this component in BT end-to-end tests.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/851221
Original-Revision: db37b1f014116b1d17eaa8bab8be35f89d5f5260
GitOrigin-RevId: f277115d551a9adc3d205cb96d4833f5e87c9ce3
Change-Id: Ibf9873c9ce637bd440d160e61e545f8c14851504
1 file changed
tree: 8283c8bc7a3f0848bae364377cf8da71a0c8763e
  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.