Skip to main content

getLowTop

General purpose

Via this function you can access the top value of the low frequencies of your audio.

Parameters

none

Return value

Integer: The top value of the low frequencies

Usage

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

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