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.

41 lines
1.5KB

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