Commit 0daa6c3 1 parent 9431d9d commit 0daa6c3 Copy full SHA for 0daa6c3
File tree 2 files changed +8
-2
lines changed
include/lsp-plug.in/dsp-units/meters
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,10 @@ Set of modules provided:
29
29
* Spectral tilt
30
30
* Metering
31
31
* 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)
33
36
* Miscellaneous functions
34
37
* Broadcasting related functions and constants
35
38
* Signal envelope functions
@@ -45,6 +48,8 @@ Set of modules provided:
45
48
* Sample
46
49
* Sample player
47
50
* Sample playbakc control
51
+ * Statistics computation
52
+ * Quantized statistics counter
48
53
* Utilities
49
54
* Chirp Processor
50
55
* Convolver
@@ -57,6 +62,7 @@ Set of modules provided:
57
62
* Impulse response taker
58
63
* Latency detector
59
64
* Meter history
65
+ * Meter history with scaling option
60
66
* Oscillator
61
67
* Oversampler
62
68
* Randomizer
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ namespace lsp
50
50
};
51
51
52
52
/* *
53
- * Corellometer . Computes normalized correlation between two signals.
53
+ * Panorama meter . Computes panorama between two signals.
54
54
*/
55
55
class LSP_DSP_UNITS_PUBLIC Panometer
56
56
{
You can’t perform that action at this time.
0 commit comments