mirror of
https://github.com/alexkay/spek.git
synced 2025-04-26 04:42:15 +03:00
90 lines
5.0 KiB
HTML
90 lines
5.0 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 – Free Acoustic Spectrum Analyser / 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 – Acoustic Spectrum Analyser</h1>
|
|
<p>Spek (<a href="http://en.wikipedia.org/wiki/International_Phonetic_Alphabet">IPA</a>: /spɛk/, ‘bacon’ 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="transcode.png"><img src="transcode-small.png" width="240" height="192" alt="Spek showing a transcoded file"/></a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Spek showing the spectrogram of a FLAC file.</td>
|
|
<td>The same file encoded as a 320kbps MP3.</td>
|
|
<td>320kbps transcoded to -V2 MP3. <a href="http://wiki.hydrogenaudio.org/index.php?title=Transcoding">Don't do that</a>!</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h2>Download</h2>
|
|
<p><a href="">Spek 0.2 for Windows</a> (x86 MSI installer, 1x.x MiB, MD5:xxxxxxxxxxxxxxx)</p>
|
|
<p><a href="spek-0.2.tar.bz2">Spek 0.2 for GNU/Linux</a> (source code tar.bz2, 0.yy MiB, MD5:yyyyyyyyyyyyy)</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 build and run on GNU/Linux:</p>
|
|
<!-- HTML generated using hilite.me -->
|
|
<div style="background: #ffffff; overflow:auto;width:auto;color:black;background:white;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%"><span style="color: #906030">$ </span>tar -xjvf spek-0.2.tar.bz2
|
|
<span style="color: #906030">$ </span>cd spek-0.2
|
|
<span style="color: #906030">$ </span>./configure
|
|
<span style="color: #906030">$ </span>make
|
|
<span style="color: #906030">$ </span>src/spek
|
|
</pre></div>
|
|
<p>Or `<code>sudo make install</code>` to have it installed.</p>
|
|
|
|
<p>Requirements: GTK+ ≥ 2.14, GStreamer ≥ 0.10.17 (including gst-plugins-base and gst-plugins-good). For MP3 support you also need gst-plugins-ugly.</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-13: Spek 0.2 - Windows installer</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>Time and frequency rulers</li>
|
|
<li>Zoom and horizontal scroll</li>
|
|
<li>Adjust spectral density range (dB)</li>
|
|
<li>Open and associate with audio files</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>.</p>
|
|
<p>Patches are very much welcome and can be sent by email or as Gitorious merge requests.</p>
|
|
<p>Report bugs and request new features by editing <a href="http://gitorious.org/spek/pages/Bugs">this wiki page</a> or by email.</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:alexander@kojevnikov.com">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>
|