Skip to main content

getMidBottom

General purpose

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

Parameters

none

Return value

Integer: The bottom value of the mid frequencies

Usage

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

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