File: control

package info (click to toggle)
enscribe 0.1.0-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 984 kB
  • ctags: 232
  • sloc: ansic: 1,131; makefile: 14
file content (23 lines) | stat: -rw-r--r-- 909 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
Source: enscribe
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 10~),
    docbook-to-man,
    libgd2-xpm-dev | libgd-dev,
    libsndfile1-dev,
    pkg-config,
Priority: extra
Section: sound

Package: enscribe
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: convert images into sounds
 Enscribe converts the scanlines of the input image into frequency
 components and then using an inverse Fast Fourier Transform, converts
 them into sound. The left side of the image is the low frequency end,
 and the right is the high end, up to just under the Nyquist limit if
 you want it to. There are several tunable parameters as to how colour
 is converted into stereo sound and the frequency range to be used.
 This conversion can be used to create resilient audio watermarks or to
 simply create interesting sounds from images.