spek/web/index.html
Olga Vasylevska 1d478d548a Update icon
Signed-off-by: Alexander Kojevnikov <alexander@kojevnikov.com>
2010-06-24 22:26:54 +10:00

82 lines
4.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Spek &ndash; Free Acoustic Spectrum Analyzer / Spectrogram Viewer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
<link rel="alternate" type="application/atom+xml" title="Spek Project News Feed" href="http://versia.com/category/spek/feed/atom/" />
<style type="text/css">
body {font-family: sans-serif; font-size: 11pt; width: 760px; margin: 20px auto; padding: 0;}
h1, h2 {font-weight: bold;}
h1 {font-size: 16pt;}
h2 {font-size: 12pt;}
img {border-style: none; outline: none;}
#screenshots {width: 100%;}
#screenshots td {vertical-align: top; width: 33%; font-size: smaller;}
</style>
</head>
<body>
<h1>Spek &ndash; Acoustic Spectrum Analyser <img src="spek.png" alt="Spek logo" align="right"/></h1>
<p>Spek (<a href="http://en.wikipedia.org/wiki/International_Phonetic_Alphabet">IPA</a>: /sp&#603;k/, &lsquo;bacon&rsquo; in Dutch) helps to analyse your audio files by showing their <a href="http://en.wikipedia.org/wiki/Spectrogram">spectrogram</a>.</p>
<h2>Screenshots</h2>
<table id="screenshots">
<tr>
<td><a href="flac.png"><img src="flac-small.png" width="240" height="192" alt="Spek showing a FLAC file"/></a></td>
<td><a href="mp3.png"><img src="mp3-small.png" width="240" height="192" alt="Spek showing an MP3 file"/></a></td>
<td><a href="win7.png"><img src="win7-small.png" width="240" height="192" alt="Spek running under Windows 7"/></a></td>
</tr>
<tr>
<td>Spek in Ubuntu Linux showing the spectrogram of a FLAC file.</td>
<td>Spectral of the same sound track encoded as a 320kbps MP3.</td>
<td>Spek running under Windows 7.</td>
</tr>
</table>
<h2>Download</h2>
<p><a href="http://spek.googlecode.com/files/spek-0.4.msi">Spek 0.4 for Windows</a> (x86 MSI installer, 17.1 MiB)</p>
<p><a href="http://spek.googlecode.com/files/spek-0.4.tar.bz2">Spek 0.4 for GNU/Linux</a> (source code tar.bz2, 192 KiB)</p>
<p>To install on Windows just download and double-click the MSI installer. After asking a few questions, Spek will install automatically.</p>
<p>To install on GNU/Linux, follow <a href="http://code.google.com/p/spek/wiki/LinuxInstall">these instructions</a>.</p>
<h2>News <a href="http://versia.com/category/spek/feed/atom/"><img src="feed-icon-14x14.png" alt="news feed"/></a></h2>
<ul>
<li>2010-05-21: <a href="http://versia.com/2010/05/21/spek-0-4-released/">Spek 0.4 Released</a></li>
<li>2010-05-17: <a href="http://versia.com/2010/05/17/spek-0-3-released/">Spek 0.3 Released</a></li>
<li>2010-05-15: <a href="http://versia.com/2010/05/15/spek-windows/">Spek 0.2 - now works in Windows</a></li>
<li>2010-05-10: <a href="http://versia.com/2010/05/10/introducing-spek/">Introducing Spek</a></li>
</ul>
<h2>Roadmap</h2>
<p>Features planned for the 1.0 release:</p>
<ul>
<li><del>Windows port</del></li>
<li>Mac OS X port</li>
<li><del>Time and frequency rulers</del></li>
<li>Zoom and horizontal scroll</li>
<li>Adjust spectral density range (dB)</li>
<li><del>Open and associate with audio files</del></li>
<li>Use multiple threads to speed up analysis</li>
</ul>
<h2>Contribute</h2>
<p>Spek is free and open source software licensed under <a href="http://www.gnu.org/licenses/gpl.html">GNU GPLv3</a>. The project is written in <a href="http://live.gnome.org/Vala">Vala</a>, the code is hosted on <a href="http://gitorious.org/spek">Gitorious</a>. Patches can be sent by email or as Gitorious merge requests.</p>
<p>Report bugs and request new features <a href="http://code.google.com/p/spek/issues/list">here</a>.</p>
<h2>Feedback</h2>
<p>Spek is maintained by <a href="http://versia.com">Alexander Kojevnikov</a>, you can contact him by <a href="mailto:&#97;l&#101;&#120;&#97;&#110;&#100;&#101;&#114;&#64;&#107;&#111;&#106;&#101;v&#110;i&#107;&#111;v.&#99;&#111;&#109;">email</a>.</p>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-16318652-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>