Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 204 Bytes

File metadata and controls

5 lines (3 loc) · 204 Bytes

Decoding a WAV file

In this example we decode a WAV file into RAW output and send it to the Serial output. The audio processing chain is:

MemoryStream -> AudioOutputStream -> WAVDecoder -> CsvStream