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
|
Source: sonic
Section: sound
Priority: optional
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Uploaders: Bill Cox <waywardgeek@gmail.com>, Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: default-jdk
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://github.com/waywardgeek/sonic
Vcs-Browser: https://salsa.debian.org/a11y-team/sonic
Vcs-Git: https://salsa.debian.org/a11y-team/sonic.git
Package: sonic
Architecture: any
Multi-Arch: foreign
Depends: libsonic0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Simple utility to speed up or slow down speech
Sonic is a very simple utility that reads and writes wav files,
and speeds them up or slows them down, with low distortion.
The key new feature in Sonic versus other libraries is very
high quality at speed up factors well over 2X.
Package: libsonic0
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple library to speed up or slow down speech
This package contains just the actual library.
libsonic is a very simple library for speeding up or slowing
down speech. It has only basic dependencies, and is meant to
work on both Linux desktop machines and embedded systems.
The key new feature in Sonic versus other libraries is very
high quality at speed up factors well over 2X.
Package: libsonic-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libsonic0 (= ${binary:Version}), ${misc:Depends}
Suggests: sonic
Description: Header file for linking to libsonic
This package contains just the sonic header file.
It is needed only by developers wishing to link to libsonic.
The key new feature in Sonic versus other libraries is very
high quality at speed up factors well over 2X.
Package: libsonic-java
Architecture: all
Multi-Arch: foreign
Section: java
Depends: ${misc:Depends}
Description: Simple library to speed up or slow down speech - Java bindings
This package contains just the Java library.
libsonic is a very simple library for speeding up or slowing
down speech. It has only basic dependencies, and is meant to
work on both Linux desktop machines and embedded systems.
The key new feature in Sonic versus other libraries is very
high quality at speed up factors well over 2X.
|