Skip to main content

getMidAvg

General purpose

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

Parameters

none

Return value

Integer: The avarage of the mid frequencies

Usage

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

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