Config.in 603 B

1234567891011121314
  1. config BR2_PACKAGE_LIBVORBIS
  2. bool "libvorbis"
  3. select BR2_PACKAGE_LIBOGG
  4. help
  5. Library for the Vorbis open source audio decoder
  6. Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
  7. general-purpose compressed audio format for mid to high quality
  8. (8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and
  9. variable bitrates from 16 to 128 kbps/channel.
  10. This places Vorbis in the same competitive class as audio
  11. representations such as MPEG-4 (AAC), and similar to, but higher
  12. performance than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ),
  13. WMA and PAC.