This tool helps you to create your own audio routing graph and use different visualizations to analyze and improve the audio routing graph.
- Real-time audio visualization
- Create your own audio routing graph
- Multiple visual effects
-
Install the package
npm i audio-graph-visualizer
-
Import CSS for Reactflow in global space
import "reactflow/dist/style.css";
-
Import the Visualizer Component
import { Visualizer } from "audio-graph-visualizer";
-
Use the Visualizer component
return ( <Visualizer /> );
-
Start your app and allow microphone access to start visualizing the audio data.





- Shlok Patel
- GitHub: Shlokkzz