Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -415,7 +415,7 @@
|
|
415 |
</div>
|
416 |
<script type="module">
|
417 |
// SoundTouchJSを正しくインポート
|
418 |
-
import { SoundTouch, SimpleFilter, PitchShifter } from 'https://cdn.jsdelivr.net/npm/soundtouchjs@0.
|
419 |
|
420 |
// グローバルにsoundtouchを設定
|
421 |
window.soundtouch = { SoundTouch, SimpleFilter, PitchShifter };
|
|
|
415 |
</div>
|
416 |
<script type="module">
|
417 |
// SoundTouchJSを正しくインポート
|
418 |
+
import { SoundTouch, SimpleFilter, PitchShifter } from 'https://cdn.jsdelivr.net/npm/soundtouchjs@0.2.1/dist/soundtouch.min.js';
|
419 |
|
420 |
// グローバルにsoundtouchを設定
|
421 |
window.soundtouch = { SoundTouch, SimpleFilter, PitchShifter };
|