Can files be pre-compressed?

Unfortunately, this isn’t possible. Re-encoding will always happen during the bank building process.

It’s worth keeping in mind that while they both use the FSBank API to encode, an .fsbank is distinct from a Studio bank, so it’s not possible to simply substitute one for the other.

The tradeoff between FADPCM and Vorbis is primarily one of CPU and memory impact. FADPCM is a simple codec optimized for speed which incurs less CPU impact but higher memory usage and size on disk. Vorbis, on the other hand, takes more CPU to decode at runtime, but occupies less space when compressed.

The desired quality of the audio after encoding is a factor relative to many things, including but not limited to CPU and memory usage limitations, target device specifications, and tradeoffs therein, so it’s difficult for me to simply recommend one specific compression method over the other. That said, FADPCM has no quality control option, and Vorbis does, so Vorbis should offer you a lot more flexibility when compressing.

1 Like