spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 1d346fb5ff806e46c26c21104e02c2f8e04eca85
parent fd520b59d568dbbfd6e4b110d02ba4cd417ca085
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sun, 24 Feb 2013 15:19:14 -0800

web: Update for 0.8.2

Diffstat:
Mdist/README.md | 2+-
Mweb/index.html | 16++++++++--------
Aweb/man-0.8.2.html | 88+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 97 insertions(+), 9 deletions(-)

diff --git a/dist/README.md b/dist/README.md @@ -16,7 +16,7 @@ * Update the copyright year in the About dialogue along with all the .po files. * Update news in README.md. * Update the website and debian/control's description with the new features. - * Update the manpage, don't forget the release date. + * Update the manpage, don't forget the release date. Run `make man`. * Update sshots if there are user-visible changes. * Update INSTALL.md with the new version number and instructions. * Update copyright year of touched code. diff --git a/web/index.html b/web/index.html @@ -85,11 +85,11 @@ <tr> <td><img src="logo-unix.png" width="69" height="48" alt="Unix"/></td> <td class="dld_link"> - <a href="https://spek.googlecode.com/files/spek-0.8.1.tar.xz">spek-0.8.1.tar.xz</a> (167 KiB) + <a href="https://spek.googlecode.com/files/spek-0.8.2.tar.xz">spek-0.8.2.tar.xz</a> (168 KiB) <br/> - <a href="https://github.com/alexkay/spek/blob/0.8.1/INSTALL.md#bsd-and-gnulinux">instructions</a> + <a href="https://github.com/alexkay/spek/blob/0.8.2/INSTALL.md#bsd-and-gnulinux">instructions</a> <br/> - <a href="man-0.8.1.html">manual</a> + <a href="man-0.8.2.html">manual</a> </td> </tr> </table> @@ -99,11 +99,11 @@ <tr> <td><img src="logo-windows.png" width="48" height="48" alt="Windows"/></td> <td class="dld_link"> - <a href="https://spek.googlecode.com/files/spek-0.8.1.msi">spek-0.8.1.msi</a> (5.97 MiB) + <a href="https://spek.googlecode.com/files/spek-0.8.2.msi">spek-0.8.2.msi</a> (8.47 MiB) <br/> - <a href="https://spek.googlecode.com/files/spek-0.8.1.zip">spek-0.8.1.zip</a> (5.81 MiB) + <a href="https://spek.googlecode.com/files/spek-0.8.2.zip">spek-0.8.2.zip</a> (8.35 MiB) <br/> - <a href="https://github.com/alexkay/spek/blob/0.8.1/INSTALL.md#windows">instructions</a> + <a href="https://github.com/alexkay/spek/blob/0.8.2/INSTALL.md#windows">instructions</a> </td> </tr> </table> @@ -113,9 +113,9 @@ <tr> <td><img src="logo-osx.png" width="48" height="48" alt="Mac OS X"/></td> <td class="dld_link"> - <a href="https://spek.googlecode.com/files/spek-0.8.1.dmg">spek-0.8.1.dmg</a> (5.64 MiB) + <a href="https://spek.googlecode.com/files/spek-0.8.2.dmg">spek-0.8.2.dmg</a> (5.98 MiB) <br/> - <a href="https://github.com/alexkay/spek/blob/0.8.1/INSTALL.md#mac-os-x">instructions</a> + <a href="https://github.com/alexkay/spek/blob/0.8.2/INSTALL.md#mac-os-x">instructions</a> </td> </tr> </table> diff --git a/web/man-0.8.2.html b/web/man-0.8.2.html @@ -0,0 +1,88 @@ +<HTML> +<HEAD> + <style type="text/css"> + body {font-size: 11pt;} + h1, h2 {font-weight: bold;} + h1 {font-size: 16pt;} + h2 {font-size: 12pt;} + </style> +<TITLE>Spek 0.8.2 manual</TITLE> +</HEAD> +<BODY> +<H1>Spek 0.8.2 manual</H1> +<HR> +<PRE> +<!-- Manpage converted by man2html 3.0.1 --> + +</PRE> +<H2>SYNOPSIS</H2><PRE> + <B>spek</B> [OPTION...] [FILE] + + +</PRE> +<H2>DESCRIPTION</H2><PRE> + <B>Spek</B> generates a spectrogram for the input audio file. + + +</PRE> +<H2>OPTIONS</H2><PRE> + <B>-h</B>, <B>--help</B> + Output the help message then quit. + + <B>-V</B>, <B>--version</B> + Output version information then quit. + + +</PRE> +<H2>KEYBINDINGS</H2><PRE> + <B>Notes</B> + On OS X use the Command key instead of Ctrl. + + <B>Menu</B> + <B>Ctrl-O</B> Open a new file. + + <B>Ctrl-S</B> Save the spectrogram as an image file. + + <B>Ctrl-E</B> Show the preferences dialog. + + <B>F1</B> Open online manual in the browser. + + <B>Shift-F1</B> + Show the about dialog. + + <B>Spectrogram</B> + <B>Ctrl-up</B>, <B>Ctrl-down</B> + Change the lower limit of the dynamic range in dBFS. + + <B>Ctrl-Shift-up</B>, <B>Ctrl-Shift-down</B> + Change the upper limit of the dynamic range in dBFS. + + +</PRE> +<H2>FILES</H2><PRE> + <I>~/.config/spek/preferences</I> + The configuration file for Spek, stored in a simple INI format. + + +</PRE> +<H2>AUTHORS</H2><PRE> + Alexander Kojevnikov &lt;alexander@kojevnikov.com&gt;. Other contributors are + listed in the LICENCE.md file distributed with the source code. + + +</PRE> +<H2>DISTRIBUTION</H2><PRE> + The latest version of <B>Spek</B> may be downloaded from + <I><a href="http://spek-project.org">http://spek-project.org</a></I>. + + + +Spek 0.8.2 2013-02-24 <B>SPEK(1)</B> +</PRE> +<HR> +<ADDRESS> +Man(1) output converted with +<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a> +</ADDRESS> +</BODY> +</HTML>