mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Switch to different mp3 location due to CORS issues.
This commit is contained in:
parent
dd99db8d2d
commit
35a02f3dd8
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
||||||
splitter.connect(analyserR, 1, 0);
|
splitter.connect(analyserR, 1, 0);
|
||||||
// Connect source to output also so we can hear it
|
// Connect source to output also so we can hear it
|
||||||
source.connect(audio.destination);
|
source.connect(audio.destination);
|
||||||
loadAudioBuffer('http://dl.dropboxusercontent.com/s/ozlvjokqu7ujjwh/gnossienne.mp3');
|
loadAudioBuffer('http://assets.paperjs.org/audio/gnossienne.mp3');
|
||||||
} else {
|
} else {
|
||||||
// TODO: Print error message
|
// TODO: Print error message
|
||||||
alert('Audio not supported');
|
alert('Audio not supported');
|
||||||
|
|
Loading…
Reference in a new issue