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