koruri
Toggle table of contents
0.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
koruri
koruri
/
net.engawapg.lib.koruri.processor.filter
Package-level
declarations
Functions
Functions
Low
Pass
Filter
Link copied to clipboard
@
Composable
fun
LowPassFilter
(
cutoff
:
Float
,
resonance
:
Float
=
1.0f
)
@
Composable
fun
LowPassFilter
(
cutoff
:
(
)
->
Float
,
resonance
:
(
)
->
Float
=
{ 1f }
)
Composable for applying a low-pass filter to the audio signal.