Skip to main content

getHighAvg

General purpose

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

Parameters

none

Return value

Integer: The avarage of the high frequencies

Usage

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

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