aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xiph.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-03-05 11:40:51 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-03-07 13:04:26 +0200
commit7e72b7f119d720758e17cb7ebd0e2245c88863d1 (patch)
tree793fad050d97c312aa2a4920ea7c8aa1bc83a9f0 /gnu/packages/xiph.scm
parentf7fcddef52e5d167922e0225a3a22c900a14cb5b (diff)
downloadguix-7e72b7f119d720758e17cb7ebd0e2245c88863d1.tar
guix-7e72b7f119d720758e17cb7ebd0e2245c88863d1.tar.gz
gnu: opus: Mark as tunable.
* gnu/packages/xiph.scm (opus)[properties]: Mark package as tunable. Change-Id: I5df964b5692c6f390eef55d780810b03d6a895dc
Diffstat (limited to 'gnu/packages/xiph.scm')
-rw-r--r--gnu/packages/xiph.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index f3603c39bb..6fc05711f4 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -367,6 +367,8 @@ is unmatched for interactive speech and music transmission over the Internet,
but is also intended for storage and streaming applications. It is
standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which
incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.")
+ ;; This package shows a sizable speed increase when tuned.
+ (properties `((tunable? . #t)))
(license license:bsd-3)
(home-page "https://www.opus-codec.org")))