soiz1 commited on
Commit
ea5fc76
·
verified ·
1 Parent(s): ea619be

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -279,7 +279,7 @@
279
  async function analyzeAudio(referenceSrc, userAudioData) {
280
  try {
281
  // Essentia.jsの初期化
282
- const Essentia = await essentiajs.Essentia();
283
  const essentia = new Essentia(Essentia.FFTW); // FFTバックエンドを使用
284
 
285
  // 参照音声とユーザー音声をデコード
 
279
  async function analyzeAudio(referenceSrc, userAudioData) {
280
  try {
281
  // Essentia.jsの初期化
282
+ const Essentia = await EssentiaWASM.Essentia();
283
  const essentia = new Essentia(Essentia.FFTW); // FFTバックエンドを使用
284
 
285
  // 参照音声とユーザー音声をデコード