atapas / webapis-playground

The Web APIs Playground is a project to showcase the JavaScript Web APIs with examples and demonstrations. Client-side JavaScript APIs are here to help with providing wrapper functions for many low-level tasks.

Home Page:https://webapis-playground.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ [New Demo Request]: Web Audio API

Mahek-05 opened this issue · comments

Please include the request by answering these questions.

What is the Example and Demo Topic?

Web Audio API

The Web Audio API provides a powerful and versatile system for controlling audio on the Web, allowing developers to choose audio sources, add effects to audio, create audio visualizations, apply spatial effects (such as panning) and much more.

Please explain why do you need it?

It can be used to incorporate audio into your website or application. It can also be used to create advanced interactive instruments. With that in mind, it is suitable for both developers and musicians alike.

Any Links, Reads?

https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API

Do you want to contribute to the source code for this example?

Yes , I would love take on this opportunity to add a demo for web audio api to this amazing project.

If you are picking up this request to implement, PLEASE READ THIS

@atapas Please assign this to me . I want to add web audio api demo to the playground.