<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/waveformgen/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/waveformgen/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 23 Sep 2011 18:09:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/waveformgen/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Peter Hoppe</title><link>https://sourceforge.net/p/waveformgen/wiki/Home/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -24,9 +24,9 @@
 # Color specifiers #
 
 Colors are in RGB space with r, g, b having possible values from 0 (zero) to
-65535 (0x0000 to 0xffff) each. A color specification is a hexadecimal string
+65535 (`0x0000` to `0xffff`) each. A color specification is a hexadecimal string
 comprising three groups of four hexadecimal digits each, in the order
-rrrrggggbbbb. You always need to specify four hex digits per group, including
+`rrrrggggbbbb`. You always need to specify four hex digits per group, including
 any leading zeros. Example:
 
 For the background color
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Hoppe</dc:creator><pubDate>Fri, 23 Sep 2011 18:09:04 -0000</pubDate><guid>https://sourceforge.netcf554e6b7a03f670a733c9eef11ac59f614f7d9c</guid></item><item><title>WikiPage Home modified by Peter Hoppe</title><link>https://sourceforge.net/p/waveformgen/wiki/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -1,45 +1,64 @@
-Synopsis:
-
+#Synopsis#
+
 A commandline program that creates a waveform representation of a PCM wav file  and stores that as a PNG image. 
 
 
-Usage:
-
-waveformgen OPTION...
-
-  -b, --background=COLOR     background color
-  -f, --foreground=COLOR     foreground color
-  -h, --height=NUM           image height in pixels
-  -i, --infile=PATH          path to PCM WAV file (input)
-  -o, --outfile=PATH         path to PNG image file (output)
-  -v, --verbose              prints some diagnostic output
-  -w, --width=NUM            image width in pixels
-  -?, --help                 Give this help list
-      --usage                Give a short usage message
-  -V, --version              Print program version
+
+#Usage#
+
+    waveformgen OPTION...
+
+        -b, --background=COLOR     background color
+        -f, --foreground=COLOR     foreground color
+        -h, --height=NUM           image height in pixels
+        -i, --infile=PATH          path to PCM WAV file (input)
+        -o, --outfile=PATH         path to PNG image file (output)
+        -v, --verbose              prints some diagnostic output
+        -w, --width=NUM            image width in pixels
+        -?, --help                 Give this help list
+            --usage                Give a short usage message
+        -V, --version              Print program version
+
+
+
+# Color specifiers #
 
 Colors are in RGB space with r, g, b having possible values from 0 (zero) to
 65535 (0x0000 to 0xffff) each. A color specification is a hexadecimal string
 comprising three groups of four hexadecimal digits each, in the order
 rrrrggggbbbb. You always need to specify four hex digits per group, including
 any leading zeros. Example:
 
-    For the background color
-        r=0x1a2b
-        g=0x004d
-        b=0x5e00
-    the commandline argument is
-        '-b 1a2b004d5e00'
-    or
-        '--background=1a2b004d5e00'
-
-
-Target environment:
+For the background color
+
+    r=0x1a2b
+    g=0x004d
+    b=0x5e00
+
+
+the commandline argument is
+
+    -b 1a2b004d5e00
+
+
+or
+
+    --background=1a2b004d5e00
+
+
+
+# Target environment #
 
 Mainly designed for unsupervised operation, for example as part of a cron job or called from a web service.
 
 
-Platform:
-
-Linux
-
+
+# To build from source #
+
+Apologies, there are no GNU build system parts (makefiles, configure script etc). Will be added later. 
+
+
+
+# Further information #
+
+Consult the file [readme.pdf](http://sourceforge.net/projects/waveformgen/files/0.1alpha/readme.pdf/download) which ships with the distribution.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Hoppe</dc:creator><pubDate>Fri, 23 Sep 2011 18:06:28 -0000</pubDate><guid>https://sourceforge.net53a79d29b194e81cce6d636ea87f26ed6b7014c7</guid></item><item><title>WikiPage Home modified by Peter Hoppe</title><link>https://sourceforge.net/p/waveformgen/wiki/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,11 +1,11 @@
 Synopsis:
 
-A commandline program that xonverts a PCM wav file into its waveform representation and stores that as a PNG image. 
-
-
+A commandline program that creates a waveform representation of a PCM wav file  and stores that as a PNG image. 
+
+
 Usage:
 
-waveformgen [OPTION...]
+waveformgen OPTION...
 
   -b, --background=COLOR     background color
   -f, --foreground=COLOR     foreground color
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Hoppe</dc:creator><pubDate>Fri, 23 Sep 2011 14:33:35 -0000</pubDate><guid>https://sourceforge.netad8b42221860559ddd247a12c980c4f141f9ba59</guid></item><item><title>WikiPage Home modified by Peter Hoppe</title><link>https://sourceforge.net/p/waveformgen/wiki/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,30 +1,45 @@
-Converts a PCM wav file into its waveform representation and stores that as a
-PNG image
-
-Usage: waveformgen [OPTION...]
-
+Synopsis:
+
+A commandline program that xonverts a PCM wav file into its waveform representation and stores that as a PNG image. 
+
+
+Usage:
+
+waveformgen [OPTION...]
+
   -b, --background=COLOR     background color
   -f, --foreground=COLOR     foreground color
   -h, --height=NUM           image height in pixels
   -i, --infile=PATH          path to PCM WAV file (input)
   -o, --outfile=PATH         path to PNG image file (output)
   -v, --verbose              prints some diagnostic output
   -w, --width=NUM            image width in pixels
   -?, --help                 Give this help list
       --usage                Give a short usage message
   -V, --version              Print program version
 
 Colors are in RGB space with r, g, b having possible values from 0 (zero) to
 65535 (0x0000 to 0xffff) each. A color specification is a hexadecimal string
 comprising three groups of four hexadecimal digits each, in the order
 rrrrggggbbbb. You always need to specify four hex digits per group, including
 any leading zeros. Example:
 
     For the background color
         r=0x1a2b
         g=0x004d
         b=0x5e00
     the commandline argument is
         '-b 1a2b004d5e00'
     or
         '--background=1a2b004d5e00'
+
+
+Target environment:
+
+Mainly designed for unsupervised operation, for example as part of a cron job or called from a web service.
+
+
+Platform:
+
+Linux
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Hoppe</dc:creator><pubDate>Fri, 23 Sep 2011 14:31:09 -0000</pubDate><guid>https://sourceforge.net4d15e5937dd9ad6c7b54bcf45a2fb4105435ba3e</guid></item><item><title>WikiPage Home modified by Peter Hoppe</title><link>https://sourceforge.net/p/waveformgen/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,30 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/waveformgen/wiki/markdown_syntax/) syntax.
+Converts a PCM wav file into its waveform representation and stores that as a
+PNG image
+
+Usage: waveformgen [OPTION...]
+
+  -b, --background=COLOR     background color
+  -f, --foreground=COLOR     foreground color
+  -h, --height=NUM           image height in pixels
+  -i, --infile=PATH          path to PCM WAV file (input)
+  -o, --outfile=PATH         path to PNG image file (output)
+  -v, --verbose              prints some diagnostic output
+  -w, --width=NUM            image width in pixels
+  -?, --help                 Give this help list
+      --usage                Give a short usage message
+  -V, --version              Print program version
+
+Colors are in RGB space with r, g, b having possible values from 0 (zero) to
+65535 (0x0000 to 0xffff) each. A color specification is a hexadecimal string
+comprising three groups of four hexadecimal digits each, in the order
+rrrrggggbbbb. You always need to specify four hex digits per group, including
+any leading zeros. Example:
+
+    For the background color
+        r=0x1a2b
+        g=0x004d
+        b=0x5e00
+    the commandline argument is
+        '-b 1a2b004d5e00'
+    or
+        '--background=1a2b004d5e00'
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Hoppe</dc:creator><pubDate>Fri, 23 Sep 2011 14:26:26 -0000</pubDate><guid>https://sourceforge.net9d7a9ab718cbfb436718b88fdd0e606e203dcc41</guid></item><item><title>WikiPage Home modified by Peter Hoppe</title><link>https://sourceforge.net/p/waveformgen/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/waveformgen/wiki/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Hoppe</dc:creator><pubDate>Thu, 22 Sep 2011 22:50:19 -0000</pubDate><guid>https://sourceforge.net1503783f61b53936d40cb0a31e8256ccae8b1148</guid></item></channel></rss>