# ESP-Brookesia Audio Service * [中文版本](./README_CN.md) ## Overview `brookesia_service_audio` is the media service for audio playback, capture, AFE, and volume control. For more information, see the [ESP-Brookesia Programming Guide](https://docs.espressif.com/projects/esp-brookesia/en/latest/service/audio.html). ## DataFlow Integration The service registers provider-backed audio playback and capture operations with the Service Manager. Applications can select an available provider through the typed DataFlow contracts or the `DataFlow` helper without binding directly to codec or device implementations. ## How to Use ### Environment Requirements Please refer to the following documentation: - [ESP-Brookesia Programming Guide - Versioning](https://docs.espressif.com/projects/esp-brookesia/en/latest/getting_started.html#getting-started-versioning) - [ESP-Brookesia Programming Guide - Development Environment Setup](https://docs.espressif.com/projects/esp-brookesia/en/latest/getting_started.html#getting-started-dev-environment) ### Add to Your Project Please refer to [ESP-Brookesia Programming Guide - How to Obtain and Use Components](https://docs.espressif.com/projects/esp-brookesia/en/latest/getting_started.html#getting-started-component-usage).
e9f22576bb4d19ca190a8105134010d514574a6b
idf.py add-dependency "espressif/brookesia_service_audio^0.8.2"