Skip to content

Shlokkzz/audio-graph-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audio-graph-visualizer

This tool helps you to create your own audio routing graph and use different visualizations to analyze and improve the audio routing graph.

Table of Contents

Features

  • Real-time audio visualization
  • Create your own audio routing graph
  • Multiple visual effects

Installation

  1. Install the package

    npm i audio-graph-visualizer

Usage

  1. Import CSS for Reactflow in global space

    import "reactflow/dist/style.css";
  2. Import the Visualizer Component

    import { Visualizer } from "audio-graph-visualizer";
    
  3. Use the Visualizer component

    return (
        <Visualizer />
    );
    
  4. Start your app and allow microphone access to start visualizing the audio data.

Screenshot 2024-07-06 at 11 29 38 AM Screenshot 2024-07-06 at 11 30 28 AM Screenshot 2024-07-06 at 11 31 57 AM Screenshot 2024-07-06 at 11 32 59 AM Screenshot 2024-07-06 at 11 32 42 AM

Contact

About

Tool to create dynamic audio graphs and analyze it using visualizations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published