External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.4KB

  1. Source: opus-static
  2. Section: libs
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts,
  7. autoconf,
  8. automake,
  9. libtool
  10. Standards-Version: 4.5.0
  11. Package: libopus-static
  12. Architecture: any
  13. Depends: ${misc:Depends}
  14. Conflicts: libopus-static
  15. Description: Opus codec library (static)
  16. The Opus codec is designed for interactive speech and audio transmission over
  17. the Internet. It is designed by the IETF Codec Working Group and incorporates
  18. technology from Skype's SILK codec and Xiph.Org's CELT codec.
  19. .
  20. It is intended to suit a wide range of interactive audio applications,
  21. including Voice over IP, videoconferencing, in-game chat, and even remote live
  22. music performances. It can scale from low bit-rate narrowband speech to very
  23. high quality stereo music. The current features are:
  24. .
  25. Bit-rates from 6 kb/s 510 kb/s
  26. Sampling rates from 8 to 48 kHz
  27. Frame sizes from 2.5 ms to 60 ms
  28. Support for both constant bit-rate (CBR) and variable bit-rate (VBR)
  29. Audio bandwidth from narrowband to full-band
  30. Support for speech and music
  31. Support for mono and stereo
  32. Support for up to 255 channels (multistream frames)
  33. Dynamically adjustable bitrate, audio bandwidth, and frame size
  34. Good loss robustness and packet loss concealment (PLC)
  35. Floating point and fixed-point implementation
  36. .
  37. This package provides the static library used in KXStudio builds.