guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: opus: Mark as tunable.


From: guix-commits
Subject: 03/09: gnu: opus: Mark as tunable.
Date: Thu, 7 Mar 2024 09:19:35 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7e72b7f119d720758e17cb7ebd0e2245c88863d1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 5 11:40:51 2024 +0200

    gnu: opus: Mark as tunable.
    
    * gnu/packages/xiph.scm (opus)[properties]: Mark package as tunable.
    
    Change-Id: I5df964b5692c6f390eef55d780810b03d6a895dc
---
 gnu/packages/xiph.scm | 2 ++
 1 file changed, 2 insertions(+)

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";)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]