Web Audio API | 02: Oscillator and its Properties

Опубликовано: 20 Февраль 2026
на канале: Rocky DeRaze
2,510
47

Oscillator and its Properties

In this video, I talk about the oscillator node and show its properties.

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