Update ReadMe.md

This commit is contained in:
UberGuidoZ 2023-02-10 17:21:47 -08:00 committed by GitHub
parent 31b2042c00
commit 42717964bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
Needs the [WAV Player application](https://github.com/flipperdevices/flipperzero-firmware/tree/zlo/wav-player/applications/wav_player) compiled into firmware. Original code from [Zlo](https://github.com/flipperdevices/flipperzero-firmware/tree/zlo/wav-player) and most files provided by [RogueMaster](https://github.com/RogueMaster). Needs the [WAV Player application](https://github.com/flipperdevices/flipperzero-firmware/tree/zlo/wav-player/applications/wav_player) compiled into firmware. Original code from [Zlo](https://github.com/flipperdevices/flipperzero-firmware/tree/zlo/wav-player) and initial files provided by [RogueMaster](https://github.com/RogueMaster).
Create a wav_player folder in the root of your SD card. You'll need **8-bit, 2 channel, unsigned WAV files** (try [Audacity](https://www.audacityteam.org/) for conversion.) Create a wav_player folder in the root of your SD card. You'll need **8-bit, 2 channel, unsigned WAV files** (try [Audacity](https://www.audacityteam.org/) for conversion.)
@ -11,6 +11,9 @@ 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/):<br> To produce a compatible file, you can also use [FFmpeg](https://ffmpeg.org/):<br>
`ffmpeg -i .\input.mp3 -c:a pcm_u8 -fflags +bitexact -flags:a +bitexact -ac 2 -ar 48k output.wav` `ffmpeg -i .\input.mp3 -c:a pcm_u8 -fflags +bitexact -flags:a +bitexact -ac 2 -ar 48k output.wav`
![WAV_Player](https://user-images.githubusercontent.com/57457139/218230626-8f8e2ad7-f2d5-493d-a2ff-5876ad83d979.PNG)
[More files and info from Loopy The Slayer Fan Girl here](https://github.com/LoopyTheSlayerFanGirl/flipper-wav-songs)!
----- -----
## Donation Information ## Donation Information
@ -32,4 +35,4 @@ So, here it is. All donations of *any* size are humbly appreciated.<br>
![Flipper_Clap](https://user-images.githubusercontent.com/57457139/183561789-2e853ede-8ef7-41e8-a67c-716225177e5d.jpg) ![Flipper_OMG](https://user-images.githubusercontent.com/57457139/183561787-e21bdc1e-b316-4e67-b327-5129503d0313.jpg) ![Flipper_Clap](https://user-images.githubusercontent.com/57457139/183561789-2e853ede-8ef7-41e8-a67c-716225177e5d.jpg) ![Flipper_OMG](https://user-images.githubusercontent.com/57457139/183561787-e21bdc1e-b316-4e67-b327-5129503d0313.jpg)
Donations will be used for hardware (and maybe caffeine) to further testing!<br> Donations will be used for hardware (and maybe caffeine) to further testing!<br>
![UberGuidoZ](https://cdn.discordapp.com/emojis/1000632669622767686.gif) ![UberGuidoZ](https://cdn.discordapp.com/emojis/1000632669622767686.gif)