Wav IO Example

Requirements

No specific requirement. This example should run without issue on all chips/boards/OSes.

Description

This example reads a WAV file from PC and save it back to a new file.

How to run

  1. Configure CMake

cmake -B build
  1. Change default options (optional)

cmake --build build -t menuconfig
  1. Build and run the application

cmake --build build -t run