Skip to main content

getLowAvg

General purpose

Via this function you can access the avarage level of the low frequencies of your audio.

Parameters

none

Return value

Integer: The avarage of the low frequencies

Usage

const MyVisualizerComponent = () => {
const { getLowAvg } = useSoundy();

return (
<>
...your visualization here
</>
)
}