aboutsummaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2017-09-14 03:01:52 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2017-09-14 03:01:52 +0000
commit4c5a5395dea9da37e975a54d86758c91d7fba2b2 (patch)
treedced6b5d558519ca2c0ace44748950c558cc961a /audio/Makefile
parenteb985aa0fe2598a3a350817cb5bb5328b60a601c (diff)
downloadports-4c5a5395dea9da37e975a54d86758c91d7fba2b2.tar.gz
ports-4c5a5395dea9da37e975a54d86758c91d7fba2b2.zip
Python bindings to the libopus, IETF low-delay audio codec.
It allows python applications to use the Opus audio codec to encode and decode audio, usually in order to reduce the network bandwidth that is used by the application. WWW: https://github.com/onbeep/opuslib PR: 222038 Submitted by: Yuri Victorovich (maintainer) Reviewed by: lifanov (mentor), matthew (mentor), koobs, sunpoet, mat Approved by: lifanov (mentor), matthew (mentor), koobs Differential Revision: https://reviews.freebsd.org/D12309
Notes
Notes: svn path=/head/; revision=449820
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 438baa854d1e..837f775f0066 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -657,6 +657,7 @@
SUBDIR += py-mutagen
SUBDIR += py-ogg
SUBDIR += py-openal
+ SUBDIR += py-opuslib
SUBDIR += py-py-jack
SUBDIR += py-pyacoustid
SUBDIR += py-pyaudio