diff options
-rw-r--r-- | gnu/packages/xiph.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 6fc05711f4..9019029f24 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -100,6 +100,8 @@ a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and variable bitrates from 16 to 128 kbps/channel.") + ;; This package shows a sizable speed increase when tuned. + (properties `((tunable? . #t))) (license (license:non-copyleft "file://COPYING" "See COPYING in the distribution.")) (home-page "https://xiph.org/vorbis/"))) |