Skip to content

Commit

Permalink
changed sound url
Browse files Browse the repository at this point in the history
  • Loading branch information
tambien committed Jun 8, 2020
1 parent 6ed48a9 commit fdb306b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tone/core/context/ToneAudioBuffer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface ToneAudioBufferOptions {
* provides events which keep track of the loading progress
* of _all_ of the buffers. These are ToneAudioBuffer.on("load" / "progress" / "error")
* @example
* const buffer = new Tone.ToneAudioBuffer("https://tonejs.github.io/examples/audio/FWDL.mp3", () => {
* const buffer = new Tone.ToneAudioBuffer("https://tonejs.github.io/audio/casio/A1.mp3", () => {
* console.log("loaded");
* });
* @category Core
Expand Down

0 comments on commit fdb306b

Please sign in to comment.