File: enscribe.sgml

package info (click to toggle)
enscribe 0.1.0-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 984 kB
  • sloc: ansic: 1,131; makefile: 14
file content (60 lines) | stat: -rw-r--r-- 2,355 bytes parent folder | download | duplicates (7)
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
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
  <!ENTITY debian  "<productname>Debian GNU/Linux</productname>">
  <!ENTITY docbook "<productname>DocBook</productname>">
  <!ENTITY sgml    "<abbrev>SGML</abbrev>">
]>

<!-- Manual page for enscribe
     (C) 2005 Nick Rusnov, but you are free to use, distribute
     and modify this for any purpose with NO WARRANTEE. -->
 
<refentry>
  <refentryinfo>
    <address>
      <email>nickrusnov@debian.org</email>
    </address>
    <author>
      <firstname>Nick</firstname>
      <surname>Rusnov</surname>
    </author>
    <date>March 2005</date>
  </refentryinfo>
  <refmeta>
    <refentrytitle>enscribe</refentrytitle>
    <manvolnum>1</manvolnum>
  </refmeta>
  <refnamediv>
    <refname>enscribe</refname> 
    <refpurpose>convert images to sound</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
    <cmdsynopsis>
      <command>enscribe</command>
      <arg>options</arg>
      <arg><replaceable>input image</replaceable></arg>
      <arg><replaceable>output sound</replaceable></arg>
    </cmdsynopsis>
  </refsynopsisdiv>
  <refsect1>
    <title>DESCRIPTION</title>
    <para><command>enscribe</command> converts the scan-lines 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.</para>
  </refsect1>

  <refsect1>
    <title>SEE ALSO</title>
    <para>See <command>enscribe --help</command> for descriptions of the command line options.</para>
  </refsect1>

  <refsect1>
    <title>BUGS</title>
    <para>This manual page should be expanded to contain descriptions of the command-line options.</para>
  </refsect1>

  <refsect1>
    <title>AUTHORS</title>
    <para><command>enscribe</command> was written by Jason Downer &lt;jbd@cableone.net&gt;.</para>
    <para>This manual page was written by Nick Rusnov &lt;nickrusnov@debian.org&gt;, for the Debian GNU/Linux system (but may be used by others).</para>
  </refsect1>
</refentry>