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