Skip to content

Commit

Permalink
Fix "repository of wavetables" text's broken link (mdn#18510)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypearson authored Jul 19, 2022
1 parent c2d5d7c commit 4b412a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ First of all, we'll create our periodic wave. To do so, We need to pass real and
const wave = audioCtx.createPeriodicWave(wavetable.real, wavetable.imag);
```

> **Note:** In our example the wavetable is held in a separate JavaScript file (`wavetable.js`), because there are _so_ many values. It is taken from a [repository of wavetables](https://github.com/GoogleChromeLabs/web-audio-samples/tree/main/archive/demos/wave-tables), which can be found in the [Web Audio API examples from Google Chrome Labs](https://github.com/GoogleChromeLabs/web-audio-samples/).
> **Note:** In our example the wavetable is held in a separate JavaScript file (`wavetable.js`), because there are _so_ many values. It is taken from a [repository of wavetables](https://github.com/GoogleChromeLabs/web-audio-samples/tree/main/src/demos/wavetable-synth/wave-tables), which can be found in the [Web Audio API examples from Google Chrome Labs](https://github.com/GoogleChromeLabs/web-audio-samples/).
### The Oscillator

Expand Down

0 comments on commit 4b412a2

Please sign in to comment.