Commit Graph

11 Commits

Author SHA1 Message Date
Joel16
af9321f784 Remove redundant defines and use proper paramaters 2019-05-22 11:45:26 -04:00
Joel16
e7109de726 Add seeking via touchscreen
- WAV: works perfectly
- FLAC: works perfectly but just a tad bit slower than WAV.
- MP3: works perfectly but a tad bit slower than FLAC.
- MOD: works perfectly
- OGG: works perfectly however might crash if you use it right after seeking at an index.
- OPUS: works perfectly however WILL crash if you use it right after seeking at an index, but works fine if you wait a second before seeking again. (cannot constantly seek like the others)
2019-05-17 13:52:41 -04:00
Joel16
51736030c7 Update dr_libs 2019-05-17 13:47:20 -04:00
Joel16
9f37bf159c Move xmp to include/audio and bump id3v2 limit to 64 chars 2019-05-16 21:20:17 -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
55bf7bd203 Display FLAC tags if found
This sometimes doesn't work with some .flac files. In this case it is recommended to turn off the flac metadata toggle (Press select to open settings ->  metadata -> flac metadata off)
2019-05-14 16:13:51 -04:00
Joel16
efbc5daa3d Display opus tags if found
This includes: Aritst, Album, TItle, Year, Genre and Picture tags.
2019-05-14 16:08:39 -04:00
Joel16
515d78b749 Clean up audiolib code
Removed unused functions, and uses more explicit paramater names
2019-05-07 00:14:23 -05:00
Joel16
f362270922 Add opus support 2019-04-07 19:53:39 -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