Expand description

Fuchsia DAI Library

This library can be used to communicate with a Digital Audio Interface device as defined by https://fuchsia.dev/fuchsia-src/concepts/drivers/driver_architectures/audio_drivers/audio_dai using the driver node directly.

Components using the library will need to have access to the dai class of devices in their component manifest.

Re-exports§

Modules§

  • Fuchsia Audio device integration.
  • Discovery library to enumerate devices available to a component.
  • Driver library for querying and configuring a known DAI device.
  • Helpers and mocks for writing tests