TWiLightMenu icon indicating copy to clipboard operation
TWiLightMenu copied to clipboard

ADPCM menu music

Open BestestHD opened this issue 3 years ago • 1 comments

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.

BestestHD avatar Apr 09 '21 11:04 BestestHD

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.

lifehackerhansol avatar Sep 27 '21 15:09 lifehackerhansol