-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
97 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<HTML> | ||
<HEAD> | ||
<style type="text/css"> | ||
body {font-size: 11pt;} | ||
h1, h2 {font-weight: bold;} | ||
h1 {font-size: 16pt;} | ||
h2 {font-size: 12pt;} | ||
</style> | ||
<TITLE>Spek 0.8.2 manual</TITLE> | ||
</HEAD> | ||
<BODY> | ||
<H1>Spek 0.8.2 manual</H1> | ||
<HR> | ||
<PRE> | ||
<!-- Manpage converted by man2html 3.0.1 --> | ||
|
||
</PRE> | ||
<H2>SYNOPSIS</H2><PRE> | ||
<B>spek</B> [OPTION...] [FILE] | ||
|
||
|
||
</PRE> | ||
<H2>DESCRIPTION</H2><PRE> | ||
<B>Spek</B> generates a spectrogram for the input audio file. | ||
|
||
|
||
</PRE> | ||
<H2>OPTIONS</H2><PRE> | ||
<B>-h</B>, <B>--help</B> | ||
Output the help message then quit. | ||
|
||
<B>-V</B>, <B>--version</B> | ||
Output version information then quit. | ||
|
||
|
||
</PRE> | ||
<H2>KEYBINDINGS</H2><PRE> | ||
<B>Notes</B> | ||
On OS X use the Command key instead of Ctrl. | ||
|
||
<B>Menu</B> | ||
<B>Ctrl-O</B> Open a new file. | ||
|
||
<B>Ctrl-S</B> Save the spectrogram as an image file. | ||
|
||
<B>Ctrl-E</B> Show the preferences dialog. | ||
|
||
<B>F1</B> Open online manual in the browser. | ||
|
||
<B>Shift-F1</B> | ||
Show the about dialog. | ||
|
||
<B>Spectrogram</B> | ||
<B>Ctrl-up</B>, <B>Ctrl-down</B> | ||
Change the lower limit of the dynamic range in dBFS. | ||
|
||
<B>Ctrl-Shift-up</B>, <B>Ctrl-Shift-down</B> | ||
Change the upper limit of the dynamic range in dBFS. | ||
|
||
|
||
</PRE> | ||
<H2>FILES</H2><PRE> | ||
<I>~/.config/spek/preferences</I> | ||
The configuration file for Spek, stored in a simple INI format. | ||
|
||
|
||
</PRE> | ||
<H2>AUTHORS</H2><PRE> | ||
Alexander Kojevnikov <alexander@kojevnikov.com>. Other contributors are | ||
listed in the LICENCE.md file distributed with the source code. | ||
|
||
|
||
</PRE> | ||
<H2>DISTRIBUTION</H2><PRE> | ||
The latest version of <B>Spek</B> may be downloaded from | ||
<I><a href="http://spek-project.org">http://spek-project.org</a></I>. | ||
|
||
|
||
|
||
Spek 0.8.2 2013-02-24 <B>SPEK(1)</B> | ||
</PRE> | ||
<HR> | ||
<ADDRESS> | ||
Man(1) output converted with | ||
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a> | ||
</ADDRESS> | ||
</BODY> | ||
</HTML> |