Introduction to AudioContext
In this video, I introduce the concept of Audio Contexts and work with Oscillator and Filter.
The Web Audio API is built around the concept of an audio context. The audio context is a directed graph of audio nodes that defines how the audio stream flows from its source (often an audio file) to its destination (often your speakers). As audio passes through each node, its properties can be modified or inspected. The simplest audio context is a connection directly form a source node to a destination node
Web Audio API Tutorial by Rocky DeRaze