commit 65fe087

hovercats  ·  2024-04-13 06:35:42 +0000 UTC
parent 33fc7a8
opus: import
7 files changed,  +86, -0
+44, -0
 1@@ -0,0 +1,44 @@
 2+opus
 3+________________________________________________________________________________
 4+
 5+Opus is a lossy audio coding format developed by the Xiph.Org Foundation and
 6+standardized by the Internet Engineering Task Force, designed to efficiently
 7+code speech and general audio in a single format, while remaining low-latency
 8+enough for real-time interactive communication and low-complexity enough for
 9+low-end embedded processors. Opus replaces both Vorbis and Speex for new
10+applications, and several blind listening tests have ranked it higher-quality
11+than any other standard audio format at any given bitrate until transparency is
12+reached, including MP3, AAC, and HE-AAC. [0]
13+
14+Upstream: https://opus-codec.org/
15+
16+
17+[000] Index
18+________________________________________________________________________________
19+
20+* Installation ........................................................... [001]
21+* Usage .................................................................. [002]
22+* References ............................................................. [003]
23+
24+
25+[001] Installation
26+________________________________________________________________________________
27+
28++------------------------------------------------------------------------------+
29+|                                                                              |
30+|  $ kiss b opus                                                               |
31+|                                                                              |
32++------------------------------------------------------------------------------+
33+
34+
35+[002] Usage
36+________________________________________________________________________________
37+
38+Refer to the manual pages and command help output.
39+
40+
41+[003] References
42+________________________________________________________________________________
43+
44+[0] https://en.wikipedia.org/wiki/Opus_(audio_format)
45+
+9, -0
 1@@ -0,0 +1,9 @@
 2+#!/bin/sh -e
 3+
 4+./configure \
 5+    --prefix=/usr \
 6+    --enable-custom-modes \
 7+    --enable-float-approx
 8+
 9+make
10+make DESTDIR="$1" install
+1, -0
1@@ -0,0 +1 @@
2+08013ac6713ff35bf71762a2ce94dd1c9f6b50aa395fae01b610ba785ac1f7e0ca
+0, -0
+30, -0
 1@@ -0,0 +1,30 @@
 2+/var/db/kiss/installed/opus/version
 3+/var/db/kiss/installed/opus/sources
 4+/var/db/kiss/installed/opus/manifest
 5+/var/db/kiss/installed/opus/checksums
 6+/var/db/kiss/installed/opus/build
 7+/var/db/kiss/installed/opus/README
 8+/var/db/kiss/installed/opus/
 9+/var/db/kiss/installed/
10+/var/db/kiss/
11+/var/db/
12+/var/
13+/usr/share/aclocal/opus.m4
14+/usr/share/aclocal/
15+/usr/share/
16+/usr/lib/pkgconfig/opus.pc
17+/usr/lib/pkgconfig/
18+/usr/lib/libopus.so.0.10.0
19+/usr/lib/libopus.so.0
20+/usr/lib/libopus.so
21+/usr/lib/libopus.a
22+/usr/lib/
23+/usr/include/opus/opus_types.h
24+/usr/include/opus/opus_projection.h
25+/usr/include/opus/opus_multistream.h
26+/usr/include/opus/opus_defines.h
27+/usr/include/opus/opus_custom.h
28+/usr/include/opus/opus.h
29+/usr/include/opus/
30+/usr/include/
31+/usr/
+1, -0
1@@ -0,0 +1 @@
2+https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz
+1, -0
1@@ -0,0 +1 @@
2+1.5.1 1