1config BR2_PACKAGE_TREMOR 2 bool "tremor (fixed point vorbis decoder)" 3 select BR2_PACKAGE_LIBOGG 4 help 5 Tremor is a fixed point implementation of an Ogg Vorbis 6 decoder. It provides a decoding API similar to libvorbis, 7 but gives much better performance on systems without a 8 floating-point unit. 9 10 https://wiki.xiph.org/Tremor 11