File: control

package info (click to toggle)
pysoundfile 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 272 kB
  • ctags: 295
  • sloc: python: 1,678; makefile: 148; sh: 21
file content (66 lines) | stat: -rw-r--r-- 2,035 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: pysoundfile
Section: python
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
 Alessio Treglia <alessio@debian.org>,
Build-Depends: cdbs (>= 0.4.93~),
 debhelper,
 dh-buildinfo,
 python,
 python3,
 licensecheck,
 dh-python,
 python-setuptools,
 python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/bastibe/PySoundFile
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/pysoundfile.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/pysoundfile.git

Package: python3-soundfile
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
 libsndfile1,
Recommends:
 ${shlibs:Recommends},
 ${misc:Recommends},
 ${python3:Recommends},
 python3-numpy,
Description: Python 3 audio module based on libsndfile
 PySoundFile can read and write sound files in a variety of formats and eases
 the application of signal processing algorithms.
 File reading/writing is supported through libsndfile.
 By default, PySoundFile represents audio data as NumPy arrays, but ordinary
 Python buffers are supported as well.
 .
 Full documentation is available on http://pysoundfile.readthedocs.org/.
 .
 This package provides the Python 3.x module.

Package: python-soundfile
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${python:Depends},
 libsndfile1,
Recommends:
 ${shlibs:Recommends},
 ${misc:Recommends},
 ${python:Recommends},
 python-numpy,
Description: Python audio module based on libsndfile and NumPy
 PySoundFile can read and write sound files in a variety of formats and eases
 the application of signal processing algorithms.
 File reading/writing is supported through libsndfile.
 By default, PySoundFile represents audio data as NumPy arrays, but ordinary
 Python buffers are supported as well.
 .
 Full documentation is available on http://pysoundfile.readthedocs.org/.
 .
 This package provides the Python 2.x module.