Procházet zdrojové kódy

Merge branch 'main' of https://github.com/LTVA1/wav_player

LTVA1 před 2 roky
rodič
revize
8e9945f2ad
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,4 +1,4 @@
 # 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.
+ 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.
+Original app by https://github.com/DrZlo13.