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
Configure CMake
cmake -B build
Change default options (optional)
cmake --build build -t menuconfig
Build and run the application
cmake --build build -t run