From ceca1b3cea17e663f4bcf72b8863b494436fb91a Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sun, 4 Sep 2022 00:48:56 -0700 Subject: [PATCH] Update ReadMe.md --- Wav_Player/ReadMe.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Wav_Player/ReadMe.md b/Wav_Player/ReadMe.md index 0091b985..020b84b6 100644 --- a/Wav_Player/ReadMe.md +++ b/Wav_Player/ReadMe.md @@ -11,6 +11,8 @@ WAV Player is very particular about the format. WavPlayer needs BitExact, NO hea To produce a compatible file, you can also use [FFmpeg](https://ffmpeg.org/):
`ffmpeg -i .\input.mp3 -c:a pcm_u8 -fflags +bitexact -flags:a +bitexact -ac 2 -ar 48k output.wav` +----- + I've had so many asking for me to add this.
![Flipper_Blush](https://user-images.githubusercontent.com/57457139/183561666-4424a3cc-679b-4016-a368-24f7e7ad0a88.jpg) ![Flipper_Love](https://user-images.githubusercontent.com/57457139/183561692-381d37bd-264f-4c88-8877-e58d60d9be6e.jpg)