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
|
Source: soundtouch
Priority: optional
Section: libs
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Miguel A. Colón Vélez <debian.micove@gmail.com>,
Dennis Braun <snd@debian.org>
Build-Depends:
debhelper-compat (= 13),
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://www.surina.net/soundtouch/
Vcs-Git: https://salsa.debian.org/multimedia-team/soundtouch.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/soundtouch
Package: libsoundtouch1
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Sound stretching library
SoundTouch is a library that can be used to change pitch and time
of soundfiles independently.
.
This package contains the SoundTouch shared library.
Package: libsoundtouch-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libsoundtouch1 (= ${binary:Version}),
${misc:Depends}
Description: Development files for the sound stretching library
SoundTouch is a library that can be used to change pitch and time of
soundfiles independently.
.
This package contains the development files used to build programs that use
the SoundTouch shared library.
Package: soundstretch
Section: sound
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Stretches and pitch-shifts sound independently
This program can stretch and pitch-shift .wav-files independently.
This is especially useful for musicians, who want to listen to a song
played slowly, without having the pitch altered.
.
This program uses the SoundTouch shared library for the actual work.
|