Skip to main content

getHighFrequencyData

General purpose

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

Parameters

none

Return value

Integer array: The values of the high frequencies

Usage

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

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