mirror of
https://github.com/alexkay/spek.git
synced 2025-06-05 18:03:12 +03:00
48 lines
2.8 KiB
HTML
48 lines
2.8 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"/>
|
|
<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;}
|
|
</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>
|
|
<p><a href="mp3.png"><img src="mp3.png" width="262" height="210" alt="Spectrogram of an MP3 file" title="Spectrogram of an MP3 file"/></a> <a href="flac.png"><img src="flac.png" width="262" height="210" alt="Spectrogram of a FLAC file" title="Spectrogram of a FLAC file"/></a></p>
|
|
|
|
<h2>Download</h2>
|
|
<p>Spek 0.1: <a href="spek-0.1.tar.bz2">tarball</a>, <a href="http://gitorious.org/spek/spek/blobs/0.1/NEWS">NEWS</a></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>Roadmap</h2>
|
|
<p>Features planned for the 1.0 release:</p>
|
|
<ul>
|
|
<li>Windows port</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>
|
|
</body>
|
|
</html>
|