Skip to content

Commit

Permalink
🎨 music
Browse files Browse the repository at this point in the history
  • Loading branch information
fefeding committed Nov 15, 2023
1 parent 31241a0 commit 1f00c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/music.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
var fr = new FileReader();
fr.onload = function(e) {
//解码文件
//decodeAudio(e.target.result);
currentAudioData = e.target.result;
decodeAudio(e.target.result);
//currentAudioData = e.target.result;
}
fr.readAsArrayBuffer(file);
}
Expand Down

0 comments on commit 1f00c27

Please sign in to comment.