From 60ff6725505683162346e0db1f4169f67cb9e52f Mon Sep 17 00:00:00 2001 From: Mark Thompson <129641948+NotherNgineer@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:54:17 -0600 Subject: [PATCH] Created Wav viewer (markdown) --- Wav-viewer.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Wav-viewer.md diff --git a/Wav-viewer.md b/Wav-viewer.md new file mode 100644 index 0000000..c3ee75b --- /dev/null +++ b/Wav-viewer.md @@ -0,0 +1,5 @@ +# Wav Viewer +The Wav Viewer app can be used to view and play back 8-bit or 16-bit mono WAV files. Sample WAV files may be found in the WAV folder of the SD card, and WAV files captured using the Audio app will be placed in the AUDIO folder of the SD card. Using a PC, WAV files can also be created from an existing MP3 file using Audacity or ffmpeg, e.g. `ffmpeg -i lovely_music.mp3 -ar 48000 -ac 1 -acodec pcm_u8 lovely_music.wav` + + +![SCR_0069](https://github.com/portapack-mayhem/mayhem-firmware/assets/129641948/7ed6853e-909b-4aff-80a0-c7f7c7dbe106)