Skip to content

Commit

Permalink
Merge branch 'v1.0_beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Aug 21, 2024
2 parents d0b5c98 + dee0ca6 commit 7396a24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/reference/envelope.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include::../common.adoc[]

This section deals with envelope extraction from signals.

In audio DSP, an envelope efers to the time-varying changes of a signal. It essentially represents the "shape" of the signal in terms of its moment-to-moment changes. Extracting an envelope from a signal is particularly important because they can be used for a variety of processing tasks, including controlling the perceived loudness of a signal, reducing noise, emphasizing particular elements of the signal, modulating amplitude, frequency, and other sound properties, to name a few.
In audio DSP, an envelope refers to the time-varying changes of a signal. It essentially represents the "shape" of the signal in terms of its moment-to-moment changes. Extracting an envelope from a signal is particularly important because they can be used for a variety of processing tasks, including controlling the perceived loudness of a signal, reducing noise, emphasizing particular elements of the signal, modulating amplitude, frequency, and other sound properties, to name a few.

NOTE: Envelopes are typically, but not always, related to amplitude changes, although it can sometimes be related to other parameters like pitch or frequency, phase, and filter cutoff, to name a few. This section will only cover amplitude envelope extraction.

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/ROOT/pages/reference/misc/one_pole_lowpass.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ struct one_pole_lowpass
`sps` :: Floating point value representing samples per second.
`s` :: Input sample.

=== Constructor

=== Constructors and Assignment

[cols="1,1"]
Expand Down

0 comments on commit 7396a24

Please sign in to comment.