mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-04-10 04:17:16 +00:00
Update ReadMe.md
This commit is contained in:
parent
e211eb1aa9
commit
ceca1b3cea
@ -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/):<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`
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
I've had so many asking for me to add this.<br>
|
I've had so many asking for me to add this.<br>
|
||||||
 
|
 
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user