getLowBottom
General purpose
Via this function you can access the bottom level of the low frequencies of your audio.
Parameters
none
Return value
Integer: The bottom value of the low frequencies
Usage
const MyVisualizerComponent = () => {
const { getLowBottom } = useSoundy();
return (
<>
...your visualization here
</>
)
}