+
+
+
+
+
+
+
+SPEK(1) |
+
+ |
+
+SPEK(1) |
+
+
+
+
+
NAME
Spek - Acoustic Spectrum Analyser
+
+
SYNOPSIS
spek [OPTION...] [FILE]
+
+
DESCRIPTION
Spek generates a spectrogram for the input audio file.
+
+
OPTIONS
+-
+-h, --help
+-
+Output the help message then quit.
+
+
+-
+-V, --version
+-
+Output version information then quit.
+
+
+
+
KEYBINDINGS
+
Menu
+-
+Ctrl-O
+-
+Open a new file.
+
+
+-
+Ctrl-S
+-
+Save the spectrogram as an image file.
+
+
+-
+Ctrl-E
+-
+Show the preferences dialog.
+
+
+-
+Ctrl-Q
+-
+Quit.
+
+
+-
+F1
+-
+Show the about dialog.
+
+
+
+
Spectrogram
+-
+Ctrl-up, Ctrl-down
+-
+Change the lower limit of the dynamic range in dBFS.
+
+
+-
+Ctrl-Shift-up, Ctrl-Shift-down
+-
+Change the upper limit of the dynamic range in dBFS.
+
+
+
+
+
FILES
+-
+~/.config/spek/preferences
+-
+The configuration file for Spek, stored in a simple INI format.
+
+
+
+
AUTHORS
Alexander Kojevnikov <alexander@kojevnikov.com>. Other contributors are listed in the AUTHORS.md file distributed with the source code.
+
+
+
+
+
+
diff --git a/web/style.css b/web/style.css
new file mode 100644
index 0000000..28d1008
--- /dev/null
+++ b/web/style.css
@@ -0,0 +1,10 @@
+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 {width: 33%;}
+#download {width: 100%;}
+.dld_col {width: 33%; font-size: smaller;}
+.dld_link {vertical-align: top; padding-left: 0.5em; line-height: 1.4;}