Source: rubberband
Priority: optional
Section: sound
Maintainer: Steven Pusser <stevep@mxlinux.org>
XSBC-Original-Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Jaromír Mikeš <mira.mikes@seznam.cz>,
           Dennis Braun <d_braun@kabelmail.de>
Build-Depends: debhelper-compat (= 13),
               docbook-to-man,
               ladspa-sdk,
               libfftw3-dev,
               libsamplerate0-dev,
               libsndfile1-dev,
               lv2-dev,
               meson,
               pkg-config,
               vamp-plugin-sdk
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/multimedia-team/rubberband.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/rubberband
Homepage: https://www.breakfastquay.com/rubberband/
Rules-Requires-Root: no

Package: librubberband2
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: audio time-stretching and pitch-shifting library
 Rubber Band is a library and utility program that permits you to
 change the tempo and pitch of an audio recording independently of one
 another.

Package: librubberband-dev
Section: libdevel
Architecture: any
Depends: librubberband2 (= ${binary:Version}),
         libsamplerate0-dev,
         ${misc:Depends}
Multi-Arch: same
Description: audio time-stretching and pitch-shifting library (development files)
 Rubber Band is a library and utility program that permits you to
 change the tempo and pitch of an audio recording independently of one
 another.
 .
 This package contains development files for linking against
 librubberband, along with the static version of the library. API
 documentation is available at
 https://www.breakfastquay.com/rubberband/code-doc/ .

Package: rubberband-cli
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: audio time-stretching and pitch-shifting utility
 Rubber Band is a library and utility program that permits you to
 change the tempo and pitch of an audio recording independently of one
 another.
 .
 This package contains a command-line utility that can be used to
 exploit Rubber Band's capabilities.

Package: rubberband-ladspa
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: LADSPA plugin for audio pitch-shifting
 Rubber Band is a library and utility program that permits you to
 change the tempo and pitch of an audio recording independently of one
 another.
 .
 This package contains a LADSPA plugin that can change the pitch of a
 sound in real-time.

Package: rubberband-lv2
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: LV2 plugin for audio pitch-shifting
 Rubber Band is a library and utility program that permits you to
 change the tempo and pitch of an audio recording independently of one
 another.
 .
 This package contains a LV2 plugin that can change the pitch of a
 sound in real-time.

Package: rubberband-vamp
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Vamp plugins using Rubber Band
 Rubber Band is a library and utility program that permits you to
 change the tempo and pitch of an audio recording independently of one
 another.
 .
 This package contains the following Vamp plugins:
 .
  * increments (Output Increments): Output time increment for each
    input step
 .
  * aggregate_increments (Accumulated Output Increments): Accumulated
    output time increments
 .
  * divergence (Divergence from Linear): Difference between actual
    output time and the output time for a theoretical linear stretch
 .
  * phaseresetdf (Phase Reset Detection Function): Curve whose peaks
    are used to identify transients for phase reset points
 .
  * smoothedphaseresetdf (Smoothed Phase Reset Detection Function):
    Phase reset curve smoothed for peak picking
 .
  * phaseresetpoints (Phase Reset Points): Points estimated as
    transients at which phase reset occurs
 .
  * timesyncpoints (Time Sync Points): Salient points which stretcher
    aims to place with strictly correct timing
