Commit Graph

13 Commits

Author SHA1 Message Date
Joel16
8174b4349c Add support for selecting devices (ux0:/, ur0:/ and uma0:/)
(Now based on an updated version of mpg123)
2019-06-02 01:20:11 -04:00
Joel16
27a12217c7 Use libFLAC to obtain metadata (fix crashes with some FLAC files)
Some FLAC audio files would crash due if flac metadata was enabled. This commit addresses that issue by using libFLAC to parse the tags/pictures instead of dr_flac. dr_flac is still used to read the samples since the API is much simpler for that.
2019-05-21 15:14:36 -04:00
Joel16
32ab69e92d Minor fixes & bump version
- Fixed issue with some FLAC audio files crashing if metadata is enabled.
- OPUS metadata is now enabled in settings. (For picture data only)
2019-05-15 00:06:19 -04:00
Joel16
d548f5e6ca Use libvorbis instead of stb_vorbis
- Now displays vorbis title/artist if found.
2019-05-13 23:50:48 -04:00
Joel16
576d84766e Add settings menu and sorting options
- Settings to toggle metadata for FLAC/MP3 (sometimes loading the cover images can take a while - which is the reason for introducing this feature).

- Sort alphabetically in ascending/descending order and by smallest/largest file size.

- Also display the back button as long as the CWD is not the root path
2019-05-07 12:40:00 -05:00
Joel16
f968f41d49 Properly get last visited dir and add configs 2019-05-07 00:13:38 -05:00
Joel16
055bb155da Bump version 2019-04-09 20:30:03 -05:00
Joel16
b349fdc45c Press start to close display and keep music playing in background
- Also if an audio file has stopped playing and another audio file exists within the same folder, it will be played after.
2019-04-09 20:18:09 -05:00
Joel16
c2a42b638e Add basic touch support in audio player 2019-04-09 19:44:19 -05:00
Joel16
f362270922 Add opus support 2019-04-07 19:53:39 -05:00
Joel16
ca3cf79e31 Shorten project name and fix indentation on xm.c 2019-04-01 11:22:48 -05:00
Joel16
912fb550ac Add support for .IT, .MOD, .S3M and .XM via libxmp-lite 2019-03-31 23:01:45 -05:00
Joel16
eb898405fa Inital source commit 2019-03-31 20:29:13 -05:00