spek

Acoustic spectrum analyser https://github.com/alexkay/spek spek.cc
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

spek.1 (1467B)


      1 .TH SPEK 1 "2013\-04\-18" "User\[aq]s Guide" "Version 0.8.2"
      2 .SH NAME
      3 .PP
      4 Spek \- Acoustic Spectrum Analyser
      5 .SH SYNOPSIS
      6 .PP
      7 \f[C]spek\f[] [\f[I]OPTION\f[] \f[I]\&...\f[]] [\f[I]FILE\f[]]
      8 .SH DESCRIPTION
      9 .PP
     10 \f[I]Spek\f[] generates a spectrogram for the input audio file.
     11 .SH OPTIONS
     12 .TP
     13 .B \f[C]\-h\f[], \f[C]\-\-help\f[]
     14 Output the help message then quit.
     15 .RS
     16 .RE
     17 .TP
     18 .B \f[C]\-V\f[], \f[C]\-\-version\f[]
     19 Output version information then quit.
     20 .RS
     21 .RE
     22 .SH KEYBINDINGS
     23 .SS Notes
     24 .PP
     25 On OS X use the Command key instead of Ctrl.
     26 .SS Menu
     27 .TP
     28 .B \f[C]Ctrl\-O\f[]
     29 Open a new file.
     30 .RS
     31 .RE
     32 .TP
     33 .B \f[C]Ctrl\-S\f[]
     34 Save the spectrogram as an image file.
     35 .RS
     36 .RE
     37 .TP
     38 .B \f[C]Ctrl\-E\f[]
     39 Show the preferences dialog.
     40 .RS
     41 .RE
     42 .TP
     43 .B \f[C]F1\f[]
     44 Open online manual in the browser.
     45 .RS
     46 .RE
     47 .TP
     48 .B \f[C]Shift\-F1\f[]
     49 Show the about dialog.
     50 .RS
     51 .RE
     52 .SS Spectrogram
     53 .TP
     54 .B \f[C]Ctrl\-up\f[], \f[C]Ctrl\-down\f[]
     55 Change the lower limit of the dynamic range in dBFS.
     56 .RS
     57 .RE
     58 .TP
     59 .B \f[C]Ctrl\-Shift\-up\f[], \f[C]Ctrl\-Shift\-down\f[]
     60 Change the upper limit of the dynamic range in dBFS.
     61 .RS
     62 .RE
     63 .SH FILES
     64 .TP
     65 .B \f[I]~/.config/spek/preferences\f[]
     66 The configuration file for \f[I]Spek\f[], stored in a simple INI format.
     67 .RS
     68 .RE
     69 .SH AUTHORS
     70 .PP
     71 Alexander Kojevnikov <alexander@kojevnikov.com>.
     72 Other contributors are listed in the LICENCE.md file distributed with
     73 the source code.
     74 .SH DISTRIBUTION
     75 .PP
     76 The latest version of \f[I]Spek\f[] may be downloaded from
     77 <http://spek.cc>.