diff options
author | hardlydearly <167623323+hardlydearly@users.noreply.github.com> | 2024-04-28 14:34:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-28 08:34:32 +0200 |
commit | c68ed8963fb6fc842f20d84baa07ff97b56aedb4 (patch) | |
tree | c8cd99fde31a1b6da9db95bfe4f2af24821a3919 /candle-examples/src | |
parent | e5c8b88f90763073fc927ee232bda30fcbc05595 (diff) | |
download | candle-c68ed8963fb6fc842f20d84baa07ff97b56aedb4.tar.gz candle-c68ed8963fb6fc842f20d84baa07ff97b56aedb4.tar.bz2 candle-c68ed8963fb6fc842f20d84baa07ff97b56aedb4.zip |
chore: fix some typos in comments (#2121)
Signed-off-by: hardlydearly <799511800@qq.com>
Diffstat (limited to 'candle-examples/src')
-rw-r--r-- | candle-examples/src/bs1770.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-examples/src/bs1770.rs b/candle-examples/src/bs1770.rs index e18b77a7..fbda6dfd 100644 --- a/candle-examples/src/bs1770.rs +++ b/candle-examples/src/bs1770.rs @@ -448,9 +448,9 @@ pub fn reduce_stereo_in_place(left: Windows100ms<&mut [Power]>, right: Windows10 /// Perform gating and averaging for a BS.1770-4 integrated loudness measurement. /// /// The integrated loudness measurement is not just the average power over the -/// entire signal. BS.1770-4 defines defines two stages of gating that exclude +/// entire signal. BS.1770-4 defines two stages of gating that exclude /// parts of the signal, to ensure that silent parts do not contribute to the -/// loudness measurment. This function performs that gating, and returns the +/// loudness measurement. This function performs that gating, and returns the /// average power over the windows that were not excluded. /// /// The result of this function is the integrated loudness measurement. |