Skip to content

Commit

Permalink
Updated README and comments in code
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Dec 15, 2024
1 parent 9431d9d commit 0daa6c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ Set of modules provided:
* Spectral tilt
* Metering
* Correlation meter
* Loudness meter
* Integrated Loudness meter (as defined by BS.1770-5 specification)
* Loudness meter (as defined by BS.1770-5 specification)
* Panorama meter
* True Peak meter (as defined by the BS.1770-5 specification)
* Miscellaneous functions
* Broadcasting related functions and constants
* Signal envelope functions
Expand All @@ -45,6 +48,8 @@ Set of modules provided:
* Sample
* Sample player
* Sample playbakc control
* Statistics computation
* Quantized statistics counter
* Utilities
* Chirp Processor
* Convolver
Expand All @@ -57,6 +62,7 @@ Set of modules provided:
* Impulse response taker
* Latency detector
* Meter history
* Meter history with scaling option
* Oscillator
* Oversampler
* Randomizer
Expand Down
2 changes: 1 addition & 1 deletion include/lsp-plug.in/dsp-units/meters/Panometer.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace lsp
};

/**
* Corellometer. Computes normalized correlation between two signals.
* Panorama meter. Computes panorama between two signals.
*/
class LSP_DSP_UNITS_PUBLIC Panometer
{
Expand Down

0 comments on commit 0daa6c3

Please sign in to comment.