Skip to content

ArneshRC/SineGen

Repository files navigation

SineGen

It's a bird... It's a plane... No, it's a sine wave generator that runs in your browser!

SineGen is a lightweight web app powered by SolidJS that leverages the Web Audio API to generate sine waves with customizable frequencies. You can choose to mute or tweak the volume of each individual wave or add new waves/remove existing waves.

Check it out here: https://arneshrc.github.io/SineGen

Running Locally

  1. Clone the repository
$ git clone https://github.com/ArneshRC/SineGen
  1. Navigate to the project directory
$ cd SineGen
  1. Install dependencies
$ npm install
  1. Start a development server
$ npm run dev

About

Web-based sine wave generator

Resources

Stars

Watchers

Forks