TWiLightMenu
TWiLightMenu copied to clipboard
ADPCM menu music
To save space, could there potentially be support for ADPCM/STRM? Higher sample rate than 16khz and/or stereo would also be nice, but I understand if there's some technical limitation in the way of that.
This was partially implemented in https://github.com/DS-Homebrew/TWiLightMenu/commit/17493922468a7587ee41f62ef0a08a10e3df042a.
At the moment, direct playback isn't possible. The workaround is to decode the audio to a cache folder, and then it plays the usual PCM from cache. While this cuts down on the download size, it wouldn't do much to cut down on the extracted size.