Skip to content

Commit f7b1e8f

Browse files
Merge pull request #13 from byrTony-Frankzyq/master
fix lyrics mismatch
2 parents 9153efa + 612fdc5 commit f7b1e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

funasr/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ <h3 class="asr-category-title">
10931093
<span class="lang-zh">音乐 + 人声</span>
10941094
</span>
10951095
<audio controls style="width: 100%;">
1096-
<source src="static/audios/lyrics_2.wav" type="audio/wav">
1096+
<source src="static/audios/lyrics_en_1.wav" type="audio/wav">
10971097
</audio>
10981098
</div>
10991099
<!-- 右侧歌词 -->
@@ -1124,7 +1124,7 @@ <h3 class="asr-category-title">
11241124
<span class="lang-zh">音乐 + 人声</span>
11251125
</span>
11261126
<audio controls style="width: 100%;">
1127-
<source src="static/audios/lyrics_3.wav" type="audio/wav">
1127+
<source src="static/audios/lyrics_en_2.wav" type="audio/wav">
11281128
</audio>
11291129
</div>
11301130
<!-- 右侧歌词 -->

0 commit comments

Comments
 (0)