mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 06:20:12 +00:00
Update ReadMe.md
This commit is contained in:
parent
c2eee35685
commit
ac4567a151
@ -2,7 +2,7 @@ Needs the [WAV Player application](https://github.com/flipperdevices/flipperzero
|
|||||||
|
|
||||||
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.)
|
||||||
|
|
||||||
WAV Player is apparently very particular about the format. WavPlayer wants BitExact, NO headers, 48k PCM unsigned 8-bit stereo. Example:
|
WAV Player is very particular about the format. WavPlayer needs BitExact, NO headers, 48k PCM, unsigned, 2 channel, 8-bit stereo. Example:
|
||||||
|
|
||||||
`Input #0, wav, from '.\rickroll.wav':`<br>
|
`Input #0, wav, from '.\rickroll.wav':`<br>
|
||||||
` Duration: 00:02:03.38, bitrate: 768 kb/s`<br>
|
` Duration: 00:02:03.38, bitrate: 768 kb/s`<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user