Search Topic
Basic of Web Audio API
The Web Audio API provides a powerful platform for audio operation and controlling over web. You can built audio application over web which will run on any HTML5 support browser.
It’s provides the developer to choose audio sources, add audio effects and create audio visualizations.
In contrast with the Audio Data API, the Web Audio API is a brand new model, completely separate from the <audio> tag, although there are integration points with other web APIs. It is a high-level JavaScript API for processing and synthesizing audio in web applications.
Workflow for Audio API –
Create audio context -> Inside the context add sources — <audio>, oscillator, stream
Create effects nodes, such as reverb, biquad filter, panner, compressor
Choose final destination of audio, for example your system speakers