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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
Source: aubio
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Paul Brossier <piem@debian.org>,
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-numpy3,
libasound2-dev,
libavcodec-dev,
libavformat-dev,
libavutil-dev,
libfftw3-dev,
libjack-dev | libjack-jackd2-dev,
libpython3-dev,
libsamplerate-dev,
libsndfile1-dev,
libswresample-dev,
libtool,
python3-all-dev,
python3-numpy,
python3-pytest,
python3-setuptools,
sox,
txt2man,
Build-Depends-Indep:
doxygen,
libjs-jquery,
libjs-mathjax,
Standards-Version: 4.7.2
Homepage: https://aubio.org
Vcs-Git: https://salsa.debian.org/multimedia-team/aubio.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/aubio
Package: libaubio-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libaubio5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: library for audio and music analysis, synthesis, and effects
aubio gathers a set of functions for audio signal segmentation and labelling.
The library contains a phase vocoder, onset and pitch detection functions, a
beat tracking algorithm and other sound processing utilities.
.
This package contains the development files for libaubio.
Package: libaubio5
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Replaces:
libaubio4,
Description: library for audio segmentation
aubio gathers a set of functions for audio signal segmentation and labelling.
The library contains a phase vocoder, onset and pitch detection functions, a
beat tracking algorithm and other sound processing utilities.
.
This package provides the shared library libaubio.
Package: aubio-tools
Architecture: any
Depends:
python3-aubio (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: library for audio segmentation -- utilities
aubio gathers a set of functions for audio signal segmentation and labelling.
The library contains a phase vocoder, onset and pitch detection functions, a
beat tracking algorithm and other sound processing utilities.
.
This package provides command line tools to run the different algorithms.
Package: libaubio-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
libjs-jquery,
libjs-mathjax,
${misc:Depends},
Description: library for audio segmentation -- documentation
aubio gathers a set of functions for audio signal segmentation and labelling.
The library contains a phase vocoder, onset and pitch detection functions, a
beat tracking algorithm and other sound processing utilities.
.
This package provides the documentation for the C interface.
Package: python3-aubio
Section: python
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests:
python3-matplotlib,
Description: Python 3 interface for aubio, a library for audio segmentation
aubio gathers a set of functions for audio signal segmentation and labelling.
The library contains a phase vocoder, onset and pitch detection functions, a
beat tracking algorithm and other sound processing utilities.
.
This package provides the aubio module for Python 3.
|