diff --git a/web/flac-small.png b/web/flac-small.png new file mode 100644 index 0000000..3bfe99b Binary files /dev/null and b/web/flac-small.png differ diff --git a/web/flac.png b/web/flac.png index 720fefe..1d970c5 100644 Binary files a/web/flac.png and b/web/flac.png differ diff --git a/web/index.html b/web/index.html index bf84f1f..e467236 100644 --- a/web/index.html +++ b/web/index.html @@ -13,6 +13,8 @@ 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;} @@ -20,7 +22,18 @@

Spek (IPA: /spɛk/, ‘bacon’ in Dutch) helps to analyse your audio files by showing their spectrogram.

Screenshots

-

Spectrogram of an MP3 file Spectrogram of a FLAC file

+ + + + + + + + + + + +
Spek showing a FLAC fileSpek showing an MP3 fileSpek showing a transcoded file
Spek showing the spectrogram of a FLAC file.The same file encoded as a 320kbps MP3.320kbps transcoded to -V2 MP3. Don't do that!

Download

Spek 0.1: tarball, NEWS

diff --git a/web/mp3-small.png b/web/mp3-small.png new file mode 100644 index 0000000..c95c4ca Binary files /dev/null and b/web/mp3-small.png differ diff --git a/web/mp3.png b/web/mp3.png index dd8d5da..4b31921 100644 Binary files a/web/mp3.png and b/web/mp3.png differ diff --git a/web/transcode-small.png b/web/transcode-small.png new file mode 100644 index 0000000..468c128 Binary files /dev/null and b/web/transcode-small.png differ diff --git a/web/transcode.png b/web/transcode.png new file mode 100644 index 0000000..b9a60cc Binary files /dev/null and b/web/transcode.png differ