summaryrefslogtreecommitdiff
path: root/audio/py-pysndfile/pkg-descr
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2017-11-01 20:20:45 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2017-11-01 20:20:45 +0000
commit811c5c9d3b7e744751447003d9e8c33f0bfa0844 (patch)
tree1f4185e758711eb81c4cacbb8c6d01adf719323a /audio/py-pysndfile/pkg-descr
parentUpgrade to 6.1. (diff)
New port: audio/py-pysndfile: Cython wrapper class for soundfiles reading/writing.
PR: 221785 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12893
Notes
Notes: svn path=/head/; revision=453313
Diffstat (limited to 'audio/py-pysndfile/pkg-descr')
-rw-r--r--audio/py-pysndfile/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/py-pysndfile/pkg-descr b/audio/py-pysndfile/pkg-descr
new file mode 100644
index 000000000000..d2ac8a096c31
--- /dev/null
+++ b/audio/py-pysndfile/pkg-descr
@@ -0,0 +1,16 @@
+pysndfile is a python package providing PySndfile, a Cython wrapper class
+around libsndfile. PySndfile provides methods for reading and writing a
+large variety of soundfile formats on a variety of plattforms. PySndfile
+provides a rather complete access to the different sound file manipulation
+options that are available in libsndfile.
+
+Due to the use of libsndfile nearly all sound file formats, (besides mp3
+and derived formats) can be read and written with PySndfile.
+
+The interface has been designed such that a rather large subset of the
+functionality of libsndfile can be used, notably the reading and writing of
+strings into soundfile formats that support these, and a number of sf_commands
+that allow to control the way libsndfile reads and writes the samples. One of
+the most important ones is the use of the clipping command.
+
+WWW: http://forge.ircam.fr/p/pysndfile