Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/OpenAudio_ArduinoLibrary/commit/ce659515effbb17086409be04a5ab2a7595b4699?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Example to run low sample rate WAV files

pull/16/merge
boblark 3 years ago
parent be85e8499d
commit ce659515ef
  1. 3
      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

Loading…
Cancel
Save