mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -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);
|
||||
// Connect source to output also so we can hear it
|
||||
source.connect(audio.destination);
|
||||
loadAudioBuffer('http://dl.dropboxusercontent.com/s/ozlvjokqu7ujjwh/gnossienne.mp3');
|
||||
loadAudioBuffer('http://assets.paperjs.org/audio/gnossienne.mp3');
|
||||
} else {
|
||||
// TODO: Print error message
|
||||
alert('Audio not supported');
|
||||
|
|
Loading…
Reference in a new issue