File: control

package info (click to toggle)
python-pydub 0.23.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 248 kB
  • sloc: python: 2,838; makefile: 6
file content (61 lines) | stat: -rw-r--r-- 1,557 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
Source: python-pydub
Maintainer: Josue Ortega <josue@debian.org>
Section: python
Priority: optional
Build-Depends-Indep:
 debhelper (>= 11),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
 ffmpeg,
X-Python3-Version: >= 3.6
Standards-Version: 4.3.0
Homepage: http://pydub.com/
Vcs-Browser: https://salsa.debian.org/debian/python-pydub
Vcs-Git: https://salsa.debian.org/debian/python-pydub.git

Package: python-pydub
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Recommends:
 ffmpeg,
Description: Python audio sample manipulation (Python 2)
 Pydub is a library to manipulate audio data with a simple high level
 interface.
 .
 The library support (among others) the following functions:
  - can use `ffmpeg' to support other formats than `.wav'
  - extract segments of audio data
  - concatenation
  - make segments louder or quieter
  - add repeats
  - cross-fade
  - edit file metadata
 .
 This package installs the library for Python 2.

Package: python3-pydub
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ffmpeg,
Description: Python audio sample manipulation (Python 3)
 Pydub is a library to manipulate audio data with a simple high level
 interface.
 .
 The library support (among others) the following functions:
  - can use `ffmpeg' to support other formats than `.wav'
  - extract segments of audio data
  - concatenation
  - make segments louder or quieter
  - add repeats
  - cross-fade
  - edit file metadata
 .
 This package installs the library for Python 3.