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
- Clone the repository
$ git clone https://github.com/ArneshRC/SineGen- Navigate to the project directory
$ cd SineGen- Install dependencies
$ npm install- Start a development server
$ npm run dev