Skip to main content

getMidFrequencyData

General purpose

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

Parameters

none

Return value

Integer array: The values of the mid frequencies

Usage

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

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