mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
14 lines
494 B
Text
14 lines
494 B
Text
App(
|
|
appid="wav_player",
|
|
name="WAV Player",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="wav_player_app",
|
|
stack_size=4 * 1024,
|
|
order=46,
|
|
fap_icon="wav_10px.png",
|
|
fap_category="Media",
|
|
fap_icon_assets="images",
|
|
fap_author="@DrZlo13 & (ported, fixed by @xMasterX), (improved by @LTVA1)",
|
|
fap_version="1.0",
|
|
fap_description="Audio player for WAV files, recommended to convert files to unsigned 8-bit PCM stereo, but it may work with others too",
|
|
)
|