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