1.4.0 • Published 11 months ago

audio-graph-visualizer v1.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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.

Contact