Commit 10565e03 authored by liujiaxin's avatar liujiaxin

1

parent 140dbb6f
...@@ -126,6 +126,9 @@ cc.Class({ ...@@ -126,6 +126,9 @@ cc.Class({
// audioEngine.pause(this.currentAudioId); // audioEngine.pause(this.currentAudioId);
// audioEngine.setCurrentTime(this.currentAudioId, 0); // audioEngine.setCurrentTime(this.currentAudioId, 0);
// audioEngine.setVolume(this.currentAudioId, 1); // audioEngine.setVolume(this.currentAudioId, 1);
if (!this.node) {
return;
}
this.resetLRC(); this.resetLRC();
this.renderHighlight(); this.renderHighlight();
// this.currentAudioId = audioEngine.play(audioClip, false, 1); // this.currentAudioId = audioEngine.play(audioClip, false, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment