unleashed-firmware/applications/external/wav_player
MX 76d3f84a5e
Update WAV Player, 16 bit support
by @LTVA1, in current condition has some issues with rewind on 16bit files, but plays them without problems
2023-03-19 02:20:23 +03:00
..
images Move plugins to external folder 2023-03-15 01:25:18 +03:00
application.fam Remove cdefines from external apps 2023-03-15 01:53:55 +03:00
README.md Update WAV Player, 16 bit support 2023-03-19 02:20:23 +03:00
wav_10px.png Move plugins to external folder 2023-03-15 01:25:18 +03:00
wav_parser.c Move plugins to external folder 2023-03-15 01:25:18 +03:00
wav_parser.h Move plugins to external folder 2023-03-15 01:25:18 +03:00
wav_player.c Update WAV Player, 16 bit support 2023-03-19 02:20:23 +03:00
wav_player_hal.c Update WAV Player, 16 bit support 2023-03-19 02:20:23 +03:00
wav_player_hal.h Move plugins to external folder 2023-03-15 01:25:18 +03:00
wav_player_view.c Update WAV Player, 16 bit support 2023-03-19 02:20:23 +03:00
wav_player_view.h Update WAV Player, 16 bit support 2023-03-19 02:20:23 +03:00

WAV player

A Flipper Zero application for playing wav files. My fork adds support for correct playback speed (for files with different sample rates) and for mono files (original wav player only plays stereo). You still need to convert your file to unsigned 8-bit PCM format for it to played correctly on flipper. Now supports 16-bit (ordinary) wav files too, both mono and stereo!

Original app by https://github.com/DrZlo13.