unleashed-firmware/applications/external/wav_player
MX ca49da3c83
Fix APP_IDs to match new regex
regex check will be added in OFW soon
2023-06-02 13:42:44 +03:00
..
images Move plugins to external folder 2023-03-15 01:25:18 +03:00
application.fam Fix APP_IDs to match new regex 2023-06-02 13:42:44 +03:00
README.md WAV Player fixes 2023-03-21 03:04:22 +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 WAV Player fixes 2023-03-21 03:04:22 +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.

Also outputs audio on PA6 - 3(A6) pin