@@ -298,6 +298,13 @@ <h2 class="subtitle has-text-centered">
298298 Fun-ASR Architecture Overview
299299 </ h2 >
300300 </ div >
301+ < div class ="item ">
302+ <!-- TODO: Replace with your research result images -->
303+ < img src ="static/images/FunAudio_train_pipeline.png " alt ="Architecture " loading ="lazy " style ="width:100% "/>
304+ < h2 class ="subtitle has-text-centered ">
305+ Fun-ASR Training Pipeline
306+ </ h2 >
307+ </ div >
301308 < div class ="item ">
302309 <!-- Your image here -->
303310 < img src ="static/images/encoder-pretrain.png " alt ="encoder-pretrain " loading ="lazy " style ="width:70% "/>
@@ -332,6 +339,14 @@ <h2 class="subtitle has-text-centered">
332339 < div class ="columns is-centered ">
333340 < div class ="column is-10 ">
334341 < div id ="architecture-carousel " class ="carousel results-carousel ">
342+ < div class ="item ">
343+ <!-- Your image here -->
344+ < img class ="lang-zh " src ="static/images/offline_radar.png " alt ="compare_radar " loading ="lazy " style ="width:100% "/>
345+ < img class ="lang-en " src ="static/images/offline_radar_en.png " alt ="compare_radar " loading ="lazy " style ="width:100% "/>
346+ < h2 class ="subtitle has-text-centered ">
347+ Performance Comparison in Different Scenarios(Radar Chart)
348+ </ h2 >
349+ </ div >
335350 < div class ="item ">
336351 <!-- Your image here -->
337352 < img class ="lang-en " src ="static/images/compare_en.png " alt ="compare " loading ="lazy " style ="width:100% "/>
@@ -340,14 +355,6 @@ <h2 class="subtitle has-text-centered">
340355 Performance Comparison in Different Scenarios
341356 </ h2 >
342357 </ div >
343- < div class ="item ">
344- <!-- Your image here -->
345- < img class ="lang-en " src ="static/images/hotwords_compare.png " alt ="compare_1 " loading ="lazy " style ="height:800px; width:100% "/>
346- < img class ="lang-zh " src ="static/images/hotwords_compare.png " alt ="compare_1 " loading ="lazy " style ="height:800px; width:100% "/>
347- < h2 class ="subtitle has-text-centered ">
348- Hot words Performance Comparison in Different Domain
349- </ h2 >
350- </ div >
351358 </ div >
352359 </ div >
353360 </ div >
@@ -1162,19 +1169,38 @@ <h3 class="asr-category-title">
11621169 </ div >
11631170 </ div >
11641171
1172+ <!-- Video carousel -->
1173+ <!-- done,注意取消video 元素里面,controls的muted -->
11651174 < div class ="asr-section ">
1166- < h3 class ="asr-category-title ">
1167- < span class ="lang-en "> Streaming ASR</ span >
1168- < span class ="lang-zh "> 流式识别</ span >
1169- </ h3 >
1170- < p class ="lang-en "> Streaming ASR with low first-character latency, optimized theoretical first-character output delay to 160ms. While maintaining the ability to process audio streams segment by segment and return intermediate results with final transcribed text in real-time, it truly achieves millisecond-level response experience of "instant text output while speaking".</ p >
1171- < p class ="lang-zh "> 流式识别低首字延迟,首字输出理论延迟优化至160ms,在保持音频流逐段输入、实时返回中间结果与最终转写文本能力的同时,真正实现"说话即出字"的毫秒级响应体验。</ p >
1172- < div class ="content ">
1173- < video poster ="" id ="streaming-video " controls loop playsinline height ="100% ">
1174- < source src ="static/videos/fun-asr-streaming-demo.mp4 " type ="video/mp4 ">
1175- </ video >
1176- </ div >
1175+ < h3 class ="asr-category-title ">
1176+ < span class ="lang-en "> Streaming ASR Demo</ span >
1177+ < span class ="lang-zh "> 流式转录示例</ span >
1178+ </ h3 >
1179+ < div class ="container ">
1180+ < div class ="columns is-centered ">
1181+ < div class ="column is-10 ">
1182+ < div id ="results-carousel " class ="carousel results-carousel ">
1183+ < div class ="item item-video1 ">
1184+ <!-- TODO: Add poster image for better preview -->
1185+ < video poster ="" id ="video1 " controls loop height ="100% " preload ="metadata " >
1186+ <!-- Your video file here -->
1187+ < source src ="static/videos/en.mov " type ="video/mp4 " >
1188+ </ video >
1189+ </ div >
1190+ < div class ="item item-video2 ">
1191+ <!-- TODO: Add poster image for better preview -->
1192+ < video poster ="" id ="video2 " controls loop height ="100% " preload ="metadata " >
1193+ <!-- Your video file here -->
1194+ < source src ="static/videos/zh.mov " type ="video/mp4 " >
1195+ </ video >
1196+ </ div >
1197+ </ div >
1198+ </ div >
1199+ </ div >
1200+ </ div >
11771201 </ div >
1202+ <!-- End video carousel -->
1203+
11781204
11791205 <!-- ========================================== -->
11801206 <!-- 性能测试表格展示 -->
0 commit comments