From ce659515effbb17086409be04a5ab2a7595b4699 Mon Sep 17 00:00:00 2001 From: boblark Date: Fri, 13 Jan 2023 08:09:26 -0800 Subject: [PATCH] Example to run low sample rate WAV files --- examples/WavFilePlayer/WavFilePlayer.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/WavFilePlayer/WavFilePlayer.ino b/examples/WavFilePlayer/WavFilePlayer.ino index 6573b37..6089d1e 100644 --- a/examples/WavFilePlayer/WavFilePlayer.ino +++ b/examples/WavFilePlayer/WavFilePlayer.ino @@ -166,6 +166,9 @@ void playFile(const char *filename) } void loop() { + // Thanks to W9GR for the test files. These are intended for testing + // the CESSB radio transmission system (see CESSB1.ino in the examples) + // but work well to provide a voice bandwidth test of WAV file reading. #if SUB_MULT==4 playFile("W9GR12.WAV"); // filenames are always uppercase 8.3 format #elif SUB_MULT==1