Use Tiny Versions for resource-limited CPUs
masterFor embedded systems or portable devices with limited resources, WavPack provides specialized "Tiny" versions that do not use memory allocation functions or require floating-point arithmetic support.
- Tiny Decoder: Designed for extremely small footprints (less than 32k of code and 4k of data). Includes assembly optimizations for ARM and Freescale ColdFire. It is the basis for the WebAssembly WavPack player.
- Tiny Encoder: Designed for embedded use; supports pure lossless, lossy, and hybrid lossless modes.