Skip to main content

getMidTop

General purpose

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

Parameters

none

Return value

Integer: The top value of the mid frequencies

Usage

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

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