You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//| The mix parameter allows you to change how much of the unchanged sample passes through to
40
40
//| the output to how much of the effect audio you hear as the output.
41
41
//|
42
-
//| :param Optional[synthio.Biquad|Tuple[synthio.Biquad]] filter: A normalized biquad filter object or tuple of normalized biquad filter objects. The sample is processed sequentially by each filter to produce the output samples.
42
+
//| :param Optional[synthio.AnyBiquad|Tuple[synthio.AnyBiquad]] filter: A normalized biquad filter object or tuple of normalized biquad filter objects. The sample is processed sequentially by each filter to produce the output samples.
43
43
//| :param synthio.BlockInput mix: The mix as a ratio of the sample (0.0) to the effect (1.0).
44
44
//| :param int buffer_size: The total size in bytes of each of the two playback buffers to use
45
45
//| :param int sample_rate: The sample rate to be used
//| """A normalized biquad filter object or tuple of normalized biquad filter objects. The sample is processed sequentially by each filter to produce the output samples."""
0 commit comments