spek/man/spek.1.in
2012-09-19 21:33:45 -07:00

68 lines
1.8 KiB
Groff

.\" Copyright (C) 2011-2012 Alexander Kojevnikov <alexander@kojevnikov.com>
.\"
.\" Spek is free software: you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation, either version 3 of the License, or
.\" (at your option) any later version.
.\"
.\" Spek is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Spek. If not, see <http://www.gnu.org/licenses/>.
.\"
.TH SPEK "1" "2012-09-19" "Spek @VERSION@" ""
.SH NAME
Spek \- Acoustic Spectrum Analyser
.SH SYNOPSIS
.B spek
[OPTION...] [FILE]
.SH DESCRIPTION
.B Spek
generates a spectrogram for the input audio file.
.SH OPTIONS
.TP
.BR \-h , " --help"
Output the help message then quit.
.TP
.BR \-V , " --version"
Output version information then quit.
.SH KEYBINDINGS
.SS Menu
.TP
.B Ctrl-O
Open a new file.
.TP
.B Ctrl-S
Save the spectrogram as an image file.
.TP
.B Ctrl-E
Show the preferences dialog.
.TP
.B Ctrl-Q
Quit.
.TP
.B F1
Show the about dialog.
.SS Spectrogram
.TP
.BR Ctrl-up , " Ctrl-down"
Change the lower limit of the dynamic range in dBFS.
.TP
.BR Ctrl-Shift-up , " Ctrl-Shift-down"
Change the upper limit of the dynamic range in dBFS.
.SH FILES
.TP
.I ~/.config/spek/preferences
The configuration file for Spek, stored in a simple INI format.
.SH AUTHORS
Alexander Kojevnikov <alexander@kojevnikov.com>. Other contributors are listed
in the AUTHORS.md file distributed with the source code.
.SH DISTRIBUTION
The latest version of
.B Spek
may be downloaded from
.IR http://spek\-project.org .