zephyr/samples/drivers/i2s/i2s_codec
Titouan Christophe 74bef41e0a samples: drivers: i2s: i2s_codec: add support for stm32f4_disco
Add configuration and board overlay in the I2S audio codec sample to
demonstrate usage of the newly introduced audio output feature.

Signed-off-by: Titouan Christophe <moiandme@gmail.com>
2025-02-14 10:42:53 +01:00
..
boards samples: drivers: i2s: i2s_codec: add support for stm32f4_disco 2025-02-14 10:42:53 +01:00
src
CMakeLists.txt
Kconfig
prj.conf
README.rst
sample.yaml

.. zephyr:code-sample:: i2s_codec
   :name: I2S codec
   :relevant-api: i2s_interface

   Process an audio stream to codec.

Overview
********

This sample demonstrates how to use an I2S driver in a simple processing of
an audio stream. It configures and starts from memory buffer or from DMIC to
record i2s data and send to codec with DMA.

Requirements
************

This sample has been tested on mimxrt595_evk/mimxrt595s/cm33

Building and Running
********************

The code can be found in :zephyr_file:`samples/drivers/i2s/i2s_codec`.

To build and flash the application:

.. zephyr-app-commands::
   :zephyr-app: samples/drivers/i2s/i2s_codec
   :board: mimxrt595_evk/mimxrt595s/cm33
   :goals: build flash
   :compact:

To run you can connect earphones to the lineout connect and hear the sound
from DMIC or from memory buffer.