Skip to content

Commit 0daa6c3

Browse files
committed
Updated README and comments in code
1 parent 9431d9d commit 0daa6c3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ Set of modules provided:
2929
* Spectral tilt
3030
* Metering
3131
* Correlation meter
32-
* Loudness meter
32+
* Integrated Loudness meter (as defined by BS.1770-5 specification)
33+
* Loudness meter (as defined by BS.1770-5 specification)
34+
* Panorama meter
35+
* True Peak meter (as defined by the BS.1770-5 specification)
3336
* Miscellaneous functions
3437
* Broadcasting related functions and constants
3538
* Signal envelope functions
@@ -45,6 +48,8 @@ Set of modules provided:
4548
* Sample
4649
* Sample player
4750
* Sample playbakc control
51+
* Statistics computation
52+
* Quantized statistics counter
4853
* Utilities
4954
* Chirp Processor
5055
* Convolver
@@ -57,6 +62,7 @@ Set of modules provided:
5762
* Impulse response taker
5863
* Latency detector
5964
* Meter history
65+
* Meter history with scaling option
6066
* Oscillator
6167
* Oversampler
6268
* Randomizer

include/lsp-plug.in/dsp-units/meters/Panometer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ namespace lsp
5050
};
5151

5252
/**
53-
* Corellometer. Computes normalized correlation between two signals.
53+
* Panorama meter. Computes panorama between two signals.
5454
*/
5555
class LSP_DSP_UNITS_PUBLIC Panometer
5656
{

0 commit comments

Comments
 (0)