More actions
(Created page with "{{Infobox 3DS homebrew | title = 3DSurfer | image = https://dlhb.gamebrew.org/3dshomebrew/3DSurfer.jpeg|250px | type = Media players | version = | licence = Mixed | author =...") |
No edit summary |
||
Line 12: | Line 12: | ||
<youtube>2WDrIv2cgaI</youtube> | <youtube>2WDrIv2cgaI</youtube> | ||
Here you are, this is a little and simple wav player coded with Lua Player Plus.<br /> | |||
It uses streaming functionality so, i coded it to show up how to use big wav files with LPP.<br /> | It uses streaming functionality so, i coded it to show up how to use big wav files with LPP.<br /> | ||
<br /> | <br /> | ||
Line 31: | Line 31: | ||
<br /> | <br /> | ||
Please report me every bug you find so i can fix it (And according to recent CSND mods in libctru, i think there are a lot of bugs i not found). | Please report me every bug you find so i can fix it (And according to recent CSND mods in libctru, i think there are a lot of bugs i not found). | ||
Revision as of 12:38, 30 April 2020
Here you are, this is a little and simple wav player coded with Lua Player Plus.
It uses streaming functionality so, i coded it to show up how to use big wav files with LPP.
In next releases, i'll add some features like file info showing (samplerate, time), playlist feature and other formats support.
Maybe i can add also a loop function if someone is interested.
Controls:
A - Select file to open with filebrowser
B - Pause/Resume file
Start - Exit homebrew
DPad - Move through filebrowser
Your wav files must be in /MUSIC folder.
Sourcecode can be found in the homebrew itself (index.lua).
Download:http://rinnegatamante.netsons.org/3DSurfer_FULL.rar
Please report me every bug you find so i can fix it (And according to recent CSND mods in libctru, i think there are a lot of bugs i not found).