Skip to main content

getHighBottom

General purpose

Via this function you can access the bottom level of the high frequencies of your audio.

Parameters

none

Return value

Integer: The bottom value of the high frequencies

Usage

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

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