Skip to content

Commit 64756e9

Browse files
committed
Update README.md
1 parent 75b5a65 commit 64756e9

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.md

+14-15
Original file line numberDiff line numberDiff line change
@@ -69,38 +69,37 @@ Write frequency information to analysis file. This makes the file easier
6969

7070
`-help` or `-man`
7171

72-
Displays information about command-line options.
72+
Displays information about command-line options.
7373
All other command-line options will be ignored.
7474

7575
`-version`
7676

77-
Displays version information. All other command-line options
77+
Displays version information. All other command-line options
7878
will be ignored.
7979

8080
About the Analysis File Format
8181
==============================
8282

8383
The Analysis File is plain-text.
8484

85-
Line 1 - Version Information
86-
Line 2 - Name of original file
87-
Line 3 - Information about the temporary file from which the actual analysis is
88-
taken
89-
Line 4 - Power of 2 used for FFT processing
90-
Line 5 - Hi frequency cutoff
91-
Line 6 - Windowing used (Rectangular or Hamming)
92-
93-
Line 12 to end - Analysis Frames
85+
* Line 1 - Version Information
86+
* Line 2 - Name of original file
87+
* Line 3 - Information about the temporary file from which the actual analysis is taken
88+
* Line 4 - Power of 2 used for FFT processing
89+
* Line 5 - Hi frequency cutoff
90+
* Line 6 - Windowing used (Rectangular or Hamming)
91+
* Line 12 to end - Analysis Frames
9492

9593
Each analysis frame consists of four lines.
96-
Line 1 - Frame Number
97-
Line 2 - Two values, the maximum volume for the frame and the time of the
94+
95+
* Line 1 - Frame Number
96+
* Line 2 - Two values, the maximum volume for the frame and the time of the
9897
frame. The maximum volume is the maximum raw sample value for that
9998
frame, out of 32678. This is important because frames with very
10099
low volumes contain 'static' and should probably be ignored. The
101100
time reading is simply the time of the middlemost moment of this
102101
frame, in seconds.
103-
Line 3 - FFT data. This line is a series of numbers separated by spaces.
102+
* Line 3 - FFT data. This line is a series of numbers separated by spaces.
104103
Each number represents the amount of spectral activity at a certain
105104
frequency. Values have been scaled to 100, so the most prominent
106105
frequency in each frame will have a value of 100. To find the
@@ -112,6 +111,6 @@ Each analysis frame consists of four lines.
112111
If you wish to see the frequencies directly, choose the
113112
'-freqout' option. This line then becomes many lines,
114113
with the frequencies indicated.
115-
Line 4 - Separating space.
114+
* Line 4 - Separating space.
116115

117116

0 commit comments

Comments
 (0)