Changed from Wave_player to Wav_player

This commit is contained in:
George Dellas 2022-06-03 08:38:34 +10:00
parent 42b5733ce2
commit f6882ae2e1
No known key found for this signature in database
GPG Key ID: 2267B02E46E22FB5
38 changed files with 12 additions and 0 deletions

BIN
Wav_Player/FitnessGram.wav Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Wav_Player/Police_Radio.wav Normal file

Binary file not shown.

12
Wav_Player/ReadMe.md Normal file
View File

@ -0,0 +1,12 @@
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).
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 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>
` Duration: 00:02:03.38, bitrate: 768 kb/s`<br>
` Stream #0:0: Audio: pcm_u8 ([1][0][0][0] / 0x0001), 48000 Hz, stereo, u8, 768 kb/s`
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`

Binary file not shown.

BIN
Wav_Player/colorcafe.wav Normal file

Binary file not shown.

BIN
Wav_Player/dbz_theme.wav Normal file

Binary file not shown.

BIN
Wav_Player/demon.wav Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Wav_Player/duvet.wav Normal file

Binary file not shown.

BIN
Wav_Player/fearlitany.wav Normal file

Binary file not shown.

BIN
Wav_Player/fenderT.wav Normal file

Binary file not shown.

BIN
Wav_Player/frekzoid.wav Normal file

Binary file not shown.

BIN
Wav_Player/fuck_you.wav Normal file

Binary file not shown.

Binary file not shown.

BIN
Wav_Player/good-job.wav Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Wav_Player/hentai-ikuuu.wav Normal file

Binary file not shown.

Binary file not shown.

BIN
Wav_Player/hpiejoy.wav Normal file

Binary file not shown.

Binary file not shown.

BIN
Wav_Player/katon.wav Normal file

Binary file not shown.

BIN
Wav_Player/shodan.wav Normal file

Binary file not shown.

Binary file not shown.

BIN
Wav_Player/sugoi-sugoi.wav Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.