Nincs leírás

LTVA1 8e9945f2ad Merge branch 'main' of https://github.com/LTVA1/wav_player 2 éve
images 74d2c50cc6 z 3 éve
README.md 934152e8b4 Update README.md 2 éve
application.fam 52ed499d37 16-bit WAV support, I hope, both mono and stereo 2 éve
wav_10px.png 9e9568f1cc z 3 éve
wav_parser.c 928d438203 add different sample rates support 3 éve
wav_parser.h 928d438203 add different sample rates support 3 éve
wav_player.c 4058e71a54 fix remind bug for 16-bit wavs 2 éve
wav_player_hal.c f75388be88 correct slightly wrong sample rate 3 éve
wav_player_hal.h 9e9568f1cc z 3 éve
wav_player_view.c 52ed499d37 16-bit WAV support, I hope, both mono and stereo 2 éve
wav_player_view.h 52ed499d37 16-bit WAV support, I hope, both mono and stereo 2 éve

README.md

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.