unleashed-firmware/applications/plugins/wav_player
2023-01-18 22:25:39 +03:00
..
images more icons 2022-10-28 18:44:01 +03:00
application.fam more icons 2022-10-28 18:44:01 +03:00
README.md Fixed and improved WAV Player by LTVA1 2023-01-18 21:17:53 +03:00
wav_10px.png fix nrfsniff log spam, add new icons 2022-09-15 18:27:27 +03:00
wav_parser.c Fixed and improved WAV Player by LTVA1 2023-01-18 21:17:53 +03:00
wav_parser.h Fixed and improved WAV Player by LTVA1 2023-01-18 21:17:53 +03:00
wav_player.c Fixed and improved WAV Player by LTVA1 2023-01-18 21:17:53 +03:00
wav_player_hal.c Update UniTemp and run fbt format 2023-01-18 22:25:39 +03:00
wav_player_hal.h Merge branch 'fz-dev' into dev 2022-09-14 21:04:04 +03:00
wav_player_view.c Fixed and improved WAV Player by LTVA1 2023-01-18 21:17:53 +03:00
wav_player_view.h Update UniTemp and run fbt format 2023-01-18 22:25:39 +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.

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