Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Equalizer

The Classic Equalizer is a web component that provides a visual representation of audio frequencies in a classic equalizer style. It uses the Web Audio API to analyze audio data and display it in a visually appealing way using either a canvas or HTML elements.

Preview image

Features

  • Dynamic Visualization: Displays audio frequencies in real-time.
  • Customizable Colors: Allows users to customize the colors of the bars and the background.
  • Multiple Display Types: Supports both canvas and HTML representations.

Attributes

  • type: Specifies the type of display. Options are "canvas" or "html".
  • src: The path to the audio file you want to visualize.
  • colors: A JSON string that defines the colors for the equalizer bars and background. Example:
    {
        "barBgColor": "#222222",
        "barColor": "#d7f0ff",
        "barColor2": "#a6c0ba",
        "barColor3": "#fcb750"
    }

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages