Config.in 349 B

12345678910111213141516
  1. config BR2_PACKAGE_LIBCODEC2
  2. bool "libcodec2"
  3. help
  4. Codec2 is an open source low bit rate speech codec designed
  5. for communications quality speech between 700 and 3200 bit/s.
  6. http://rowetel.com/codec2.html
  7. if BR2_PACKAGE_LIBCODEC2
  8. config BR2_PACKAGE_LIBCODEC2_EXAMPLES
  9. bool "libcodec2_examples"
  10. help
  11. Install Codec2 examples.
  12. endif