Home
last modified time | relevance | path

Searched refs:pysndfile (Results 1 – 15 of 15) sorted by relevance

/dports/audio/py-pysndfile/pysndfile-1.4.3/doc/source/
H A Dpysndfile-package.rst1 pysndfile package
6 pysndfile.sndio module
9 .. automodule:: pysndfile.sndio
22 .. data:: pysndfile.stringtype_name_to_id
25 .. data:: pysndfile.stringtype_id_to_name
28 .. data:: pysndfile.commands_name_to_id
31 .. data:: pysndfile.commands_id_to_name
34 .. data:: pysndfile.endian_name_to_id
37 .. data:: pysndfile.endian_id_to_name
55 .. autofunction:: pysndfile.get_sf_log
[all …]
H A DLONG_DESCR.rst1 pysndfile intro
4 pysndfile is a python package providing *PySndfile*, a
64 python3 <https://anaconda.org/roebel/pysndfile>`__ under Linux (x86_64)
65 and Mac OS X (> 10.9). For these systems you can install pysndfile
70 conda install -c roebel pysndfile
80 wil automatically download and compile libsndfile building pysndfile.
87 pip install pysndfile
89 should install pysndfile and python dependencies. Note, that pip cannot
114 An experimental support for using pysndfile under windows has been added
116 `here <https://github.com/roebel/pysndfile/issues/3>`__ as well as
[all …]
H A Dmodules.rst1 pysndfile package content
7 pysndfile-package
H A Dindex.rst1 .. pysndfile documentation master file, created by
6 Welcome to pysndfile's documentation!
H A DChanges.rst59 - added link to explanation for using pysndfile under windows
111 - removed print out in pysndfile.get_cue_mrks(self) function.
158 - pysndfile has now been used for quiet a while under python 3 and most
/dports/audio/py-pysndfile/pysndfile-1.4.3/tests/
H A Dpysndfile_test.py6 from pysndfile_inst_dir.pysndfile import get_sndfile_version
7 from pysndfile_inst_dir.pysndfile import *
8 import pysndfile_inst_dir.pysndfile as pysndfile namespace
76 ss,_,_ = pysndfile.sndio.read(os.path.join(mydir,'test.wav'), force_2d=True)
77 ssstart,_,_ = pysndfile.sndio.read(os.path.join(mydir,'test.wav'), end=100, force_2d=True)
78 ssend,_,_ = pysndfile.sndio.read(os.path.join(mydir,'test.wav'), start=100, force_2d=True)
95 ss, sr, enc = pysndfile.sndio.read(os.path.join(mydir,'test.wav'), force_2d=True)
101 … ss_flac, sr_flac, enc_flac = pysndfile.sndio.read(os.path.join(mydir,'test.flac'), force_2d=True)
/dports/audio/py-pysndfile/pysndfile-1.4.3/
H A DPKG-INFO2 Name: pysndfile
5 Home-page: https://forge-2.ircam.fr/roebel/pysndfile.git
9 Description: pysndfile
12 pysndfile is a python package providing *PySndfile*, a
73 and Mac OS X (> 10.9). For these systems you can install pysndfile
78 conda install -c roebel pysndfile
95 pip install pysndfile
124 `here <https://github.com/roebel/pysndfile/issues/3>`__ as well as
134 `here <https://pysndfile.readthedocs.io/en/latest/modules.html>`__.
194 - added link to explanation for using pysndfile under windows
[all …]
H A DLONG_DESCR1 pysndfile
4 pysndfile is a python package providing *PySndfile*, a
64 python3 <https://anaconda.org/roebel/pysndfile>`__ under Linux (x86_64)
65 and Mac OS X (> 10.9). For these systems you can install pysndfile
70 conda install -c roebel pysndfile
80 wil automatically download and compile libsndfile building pysndfile.
87 pip install pysndfile
116 `here <https://github.com/roebel/pysndfile/issues/3>`__ as well as
126 `here <https://pysndfile.readthedocs.io/en/latest/modules.html>`__.
186 - added link to explanation for using pysndfile under windows
[all …]
H A DREADME.md1 # pysndfile chapter
31 Precompiled packages are available for [Anaconda python3](https://anaconda.org/roebel/pysndfile) un…
32 Linux (x86_64) and Mac OS X (> 10.9). For these systems you can install pysndfile
36 conda install -c roebel pysndfile
45 This build recipe wil automatically download and compile libsndfile building pysndfile.
50 pip install pysndfile
53 should install pysndfile and python dependencies. Note, that pip cannot install libsndfile for you
69 An experimental support for using pysndfile under windows has been added since version
70 1.3.4. For further comments see [here](https://github.com/roebel/pysndfile/issues/3)
123 * added link to explanation for using pysndfile under windows
[all …]
H A DChangeLog106 * _pysndfile.pyx, pysndfile/Faiff.py, pysndfile/__init__.py,
120 * pysndfile/sndio.py :
136 * pysndfile/sndio.py
H A D_pysndfile.pyx9 # This file is part of pysndfile.
11 # pysndfile is free software: you can redistribute it and/or modify
16 # pysndfile is distributed in the hope that it will be useful,
22 # along with pysndfile. If not, see <http://www.gnu.org/licenses/>.
41 return tuple describing the version of pysndfile
85 cdef extern from "pysndfile.hh":
396 #: dict mapping of pysndfile's endian names to libsndfile's endian ids.
398 #: dict mapping of libsndfile's endian ids to pysndfile's endian names.
587 library that is used by pysndfile.
618 library and the pysndfile interface.
[all …]
H A Dsndfile_linux.pxi2 cdef extern from "pysndfile.hh":
H A Dsndfile_win32.pxi2 cdef extern from "pysndfile.hh":
/dports/audio/py-pysndfile/pysndfile-1.4.3/doc/
H A DMakefile7 SPHINXPROJ = pysndfile
23 sphinx-apidoc -f -o source/ .. ../*setup.py ../pysndfile/Faiff.py
/dports/audio/py-pysndfile/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=pysndfile-1.4.3.tar.gz