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.

40 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. Homepage: https://www.opus-codec.org/
  12. Rules-Requires-Root: no
  13. Package: libopus-static
  14. Architecture: any
  15. Depends: ${misc:Depends}
  16. Description: Opus codec library (static)
  17. The Opus codec is designed for interactive speech and audio transmission over
  18. the Internet. It is designed by the IETF Codec Working Group and incorporates
  19. technology from Skype's SILK codec and Xiph.Org's CELT codec.
  20. .
  21. It is intended to suit a wide range of interactive audio applications,
  22. including Voice over IP, videoconferencing, in-game chat, and even remote live
  23. music performances. It can scale from low bit-rate narrowband speech to very
  24. high quality stereo music. The current features are:
  25. .
  26. Bit-rates from 6 kb/s 510 kb/s
  27. Sampling rates from 8 to 48 kHz
  28. Frame sizes from 2.5 ms to 60 ms
  29. Support for both constant bit-rate (CBR) and variable bit-rate (VBR)
  30. Audio bandwidth from narrowband to full-band
  31. Support for speech and music
  32. Support for mono and stereo
  33. Support for up to 255 channels (multistream frames)
  34. Dynamically adjustable bitrate, audio bandwidth, and frame size
  35. Good loss robustness and packet loss concealment (PLC)
  36. Floating point and fixed-point implementation
  37. .
  38. This package provides the static library used in KXStudio builds.