Skip to content

Commit d84cdbc

Browse files
committed
Update Distortion class docstring.
1 parent 84f8e31 commit d84cdbc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

shared-bindings/audiofilters/Distortion.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ static audiofilters_distortion_mode validate_distortion_mode(mp_obj_t obj, qstr
7171
//| samples_signed: bool = True,
7272
//| channel_count: int = 1,
7373
//| ) -> None:
74-
//| """Create a Distortion effect where the original sample is processed through a biquad filter
75-
//| created by a synthio.Synthesizer object. This can be used to generate a low-pass,
76-
//| high-pass, or band-pass filter.
74+
//| """Create a Distortion effect where the original sample is manipulated to create a distorted
75+
//| sound according to the DistortionMode.
7776
//|
7877
//| The mix parameter allows you to change how much of the unchanged sample passes through to
7978
//| the output to how much of the effect audio you hear as the output.

0 commit comments

Comments
 (0)