From dbbe290431dc4a015a4754a97946689d85994a51 Mon Sep 17 00:00:00 2001 From: Jonald Johnston <38843705+JonaldJohnston@users.noreply.github.com> Date: Sat, 22 Aug 2020 19:09:49 -0500 Subject: [PATCH] Soundboard Explanation and .wav file generation --- Soundboard.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Soundboard.md diff --git a/Soundboard.md b/Soundboard.md new file mode 100644 index 0000000..c7c9830 --- /dev/null +++ b/Soundboard.md @@ -0,0 +1,3 @@ +The soundboard app will play whatever sound (in the wav/ directory of the SD card) is selected when the START button is hit, or it will play a random sound if the "Random" box is checked. + +Sounds should be 8-bit unsigned mono .wav files between 24000 and 48000 Hz. This can be done in Audacity by first making sure the track is Mono by going to Tracks>Mix>Mix Stereo Down to Mono and then choose "Other Uncompressed Files" in the export dialog and set Header to "WAV (Microsoft)" and Encoding to "Unsigned 8-bit PCM". \ No newline at end of file