diff --git a/Tone/component/analysis/DCMeter.ts b/Tone/component/analysis/DCMeter.ts index e629908e..d36c9ed8 100644 --- a/Tone/component/analysis/DCMeter.ts +++ b/Tone/component/analysis/DCMeter.ts @@ -4,9 +4,7 @@ import { MeterBase, MeterBaseOptions } from "./MeterBase"; export type DCMeterOptions = MeterBaseOptions; /** - * DCMeter gets the raw value of the input signal's waveform amplitude - * at the current time and displays it as a value between 0 and 1. - * See also {@link Meter}. + * DCMeter gets the raw value of the input signal at the current time. See also {@link Meter}. * * @example * const meter = new Tone.DCMeter();