Browse Source

Automated deployment: Thu Nov 9 06:16:01 UTC 2023 8f41477f1e3f3e284cc4e4059aad08331bc1f53f

lyblsgo 2 years ago
parent
commit
49e0099a8e

+ 1 - 0
en/_sources/runtime/docs/SDK_advanced_guide_online.md.txt

@@ -6,6 +6,7 @@ FunASR provides a real-time speech transcription service that can be easily depl
 
 
 | TIME       | INFO                                                                                | IMAGE VERSION                       | IMAGE ID     |
 | TIME       | INFO                                                                                | IMAGE VERSION                       | IMAGE ID     |
 |------------|-------------------------------------------------------------------------------------|-------------------------------------|--------------|
 |------------|-------------------------------------------------------------------------------------|-------------------------------------|--------------|
+| 2023.11.09 | fix bug: without online results                                                     | funasr-runtime-sdk-online-cpu-0.1.5 | b16584b6d38b      |
 | 2023.11.08 | supporting server-side loading of hotwords, adaptation to runtime structure changes | funasr-runtime-sdk-online-cpu-0.1.4 | 691974017c38 |
 | 2023.11.08 | supporting server-side loading of hotwords, adaptation to runtime structure changes | funasr-runtime-sdk-online-cpu-0.1.4 | 691974017c38 |
 | 2023.09.19 | supporting hotwords, timestamps, and ITN model in 2pass mode                        | funasr-runtime-sdk-online-cpu-0.1.2 | 7222c5319bcf |
 | 2023.09.19 | supporting hotwords, timestamps, and ITN model in 2pass mode                        | funasr-runtime-sdk-online-cpu-0.1.2 | 7222c5319bcf |
 | 2023.08.11 | addressing some known bugs (including server crashes)                               | funasr-runtime-sdk-online-cpu-0.1.1 | bdbdd0b27dee |
 | 2023.08.11 | addressing some known bugs (including server crashes)                               | funasr-runtime-sdk-online-cpu-0.1.1 | bdbdd0b27dee |

+ 7 - 6
en/_sources/runtime/docs/SDK_advanced_guide_online_zh.md.txt

@@ -7,12 +7,13 @@ FunASR提供可便捷本地或者云端服务器部署的实时语音听写服
 
 
 <img src="images/online_structure.png"  width="900"/>
 <img src="images/online_structure.png"  width="900"/>
 
 
-| 时间         | 详情                                | 镜像版本                                | 镜像ID         |
-|:-----------|:----------------------------------|-------------------------------------|--------------|
-| 2023.11.08 | 支持服务端加载热词(更新热词通信协议)、runtime结构变化适配 | funasr-runtime-sdk-online-cpu-0.1.4 | 691974017c38 |
-| 2023.09.19 | 2pass模式支持热词、时间戳、ITN模型             | funasr-runtime-sdk-online-cpu-0.1.2 | 7222c5319bcf |
-| 2023.08.11 | 修复了部分已知的bug(包括server崩溃等)          | funasr-runtime-sdk-online-cpu-0.1.1 | bdbdd0b27dee |
-| 2023.08.07 | 1.0 发布                            | funasr-runtime-sdk-online-cpu-0.1.0 | bdbdd0b27dee |
+| 时间         | 详情                                | 镜像版本                                 | 镜像ID         |
+|:-----------|:----------------------------------|--------------------------------------|--------------|
+| 2023.11.09 | 修复无实时结果问题                         | funasr-runtime-sdk-online-cpu-0.1.5  | b16584b6d38b      |
+| 2023.11.08 | 支持服务端加载热词(更新热词通信协议)、runtime结构变化适配 | funasr-runtime-sdk-online-cpu-0.1.4  | 691974017c38 |
+| 2023.09.19 | 2pass模式支持热词、时间戳、ITN模型             | funasr-runtime-sdk-online-cpu-0.1.2  | 7222c5319bcf |
+| 2023.08.11 | 修复了部分已知的bug(包括server崩溃等)          | funasr-runtime-sdk-online-cpu-0.1.1  | bdbdd0b27dee |
+| 2023.08.07 | 1.0 发布                            | funasr-runtime-sdk-online-cpu-0.1.0  | bdbdd0b27dee |
 
 
 
 
 ## 快速上手
 ## 快速上手

+ 1 - 0
en/_sources/runtime/readme.md.txt

@@ -39,6 +39,7 @@ The FunASR real-time speech-to-text service software package not only performs r
 In order to meet the needs of different users for different scenarios, different tutorials are prepared:
 In order to meet the needs of different users for different scenarios, different tutorials are prepared:
 
 
 ### Whats-new
 ### Whats-new
+- 2023/11/09: Real-time Transcription Service 1.5 released,fix bug: without online results, docker image version funasr-runtime-sdk-online-cpu-0.1.5 (b16584b6d38b)
 - 2023/11/08: Real-time Transcription Service 1.4 released, supporting server-side loading of hotwords (updated hotword communication protocol), adaptation to runtime structure changes (FunASR/funasr/runtime -> FunASR/runtime), docker image version funasr-runtime-sdk-online-cpu-0.1.4(691974017c38).
 - 2023/11/08: Real-time Transcription Service 1.4 released, supporting server-side loading of hotwords (updated hotword communication protocol), adaptation to runtime structure changes (FunASR/funasr/runtime -> FunASR/runtime), docker image version funasr-runtime-sdk-online-cpu-0.1.4(691974017c38).
 - 2023/09/19: Real-time Transcription Service 1.2 released, supporting hotwords, timestamps, and ITN model in 2pass mode, docker image version funasr-runtime-sdk-online-cpu-0.1.2 (7222c5319bcf).
 - 2023/09/19: Real-time Transcription Service 1.2 released, supporting hotwords, timestamps, and ITN model in 2pass mode, docker image version funasr-runtime-sdk-online-cpu-0.1.2 (7222c5319bcf).
 - 2023/08/11: Real-time Transcription Service 1.1 released, addressing some known bugs (including server crashes), docker image version funasr-runtime-sdk-online-cpu-0.1.1 (bdbdd0b27dee).
 - 2023/08/11: Real-time Transcription Service 1.1 released, addressing some known bugs (including server crashes), docker image version funasr-runtime-sdk-online-cpu-0.1.1 (bdbdd0b27dee).

+ 1 - 0
en/_sources/runtime/readme_cn.md.txt

@@ -33,6 +33,7 @@ FunASR实时语音听写服务软件包,既可以实时地进行语音转文
 为了支持不同用户的需求,针对不同场景,准备了不同的图文教程:
 为了支持不同用户的需求,针对不同场景,准备了不同的图文教程:
 
 
 ### 最新动态
 ### 最新动态
+- 2023/11/09:   中文实时语音听写服务 1.5 发布,修复无实时结果的问题,dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.5 (b16584b6d38b)
 - 2023/11/08:   中文实时语音听写服务 1.4 发布,支持服务端加载热词(更新热词通信协议)、runtime结构变化适配(FunASR/funasr/runtime->FunASR/runtime),dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.4 (691974017c38)
 - 2023/11/08:   中文实时语音听写服务 1.4 发布,支持服务端加载热词(更新热词通信协议)、runtime结构变化适配(FunASR/funasr/runtime->FunASR/runtime),dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.4 (691974017c38)
 - 2023/09/19:   中文实时语音听写服务 1.2 发布,2pass模式支持热词、时间戳、ITN模型,dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.2 (7222c5319bcf)
 - 2023/09/19:   中文实时语音听写服务 1.2 发布,2pass模式支持热词、时间戳、ITN模型,dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.2 (7222c5319bcf)
 - 2023/08/11:   中文实时语音听写服务 1.1 发布,修复了部分已知的bug(包括server崩溃等),dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.1 (bdbdd0b27dee)
 - 2023/08/11:   中文实时语音听写服务 1.1 发布,修复了部分已知的bug(包括server崩溃等),dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.1 (bdbdd0b27dee)

+ 6 - 0
en/runtime/docs/SDK_advanced_guide_online.html

@@ -140,6 +140,12 @@
 </thead>
 </thead>
 <tbody>
 <tbody>
 <tr>
 <tr>
+<td>2023.11.09</td>
+<td>fix bug: without online results</td>
+<td>funasr-runtime-sdk-online-cpu-0.1.5</td>
+<td>b16584b6d38b</td>
+</tr>
+<tr>
 <td>2023.11.08</td>
 <td>2023.11.08</td>
 <td>supporting server-side loading of hotwords, adaptation to runtime structure changes</td>
 <td>supporting server-side loading of hotwords, adaptation to runtime structure changes</td>
 <td>funasr-runtime-sdk-online-cpu-0.1.4</td>
 <td>funasr-runtime-sdk-online-cpu-0.1.4</td>

+ 6 - 0
en/runtime/docs/SDK_advanced_guide_online_zh.html

@@ -142,6 +142,12 @@
 </thead>
 </thead>
 <tbody>
 <tbody>
 <tr>
 <tr>
+<td style="text-align: left;">2023.11.09</td>
+<td style="text-align: left;">修复无实时结果问题</td>
+<td>funasr-runtime-sdk-online-cpu-0.1.5</td>
+<td>b16584b6d38b</td>
+</tr>
+<tr>
 <td style="text-align: left;">2023.11.08</td>
 <td style="text-align: left;">2023.11.08</td>
 <td style="text-align: left;">支持服务端加载热词(更新热词通信协议)、runtime结构变化适配</td>
 <td style="text-align: left;">支持服务端加载热词(更新热词通信协议)、runtime结构变化适配</td>
 <td>funasr-runtime-sdk-online-cpu-0.1.4</td>
 <td>funasr-runtime-sdk-online-cpu-0.1.4</td>

+ 1 - 0
en/runtime/readme.html

@@ -194,6 +194,7 @@ In order to meet the needs of different users for different scenarios, different
 <div class="section" id="id1">
 <div class="section" id="id1">
 <h3>Whats-new<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h3>
 <h3>Whats-new<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h3>
 <ul class="simple">
 <ul class="simple">
+<li><p>2023/11/09: Real-time Transcription Service 1.5 released,fix bug: without online results, docker image version funasr-runtime-sdk-online-cpu-0.1.5 (b16584b6d38b)</p></li>
 <li><p>2023/11/08: Real-time Transcription Service 1.4 released, supporting server-side loading of hotwords (updated hotword communication protocol), adaptation to runtime structure changes (FunASR/funasr/runtime -&gt; FunASR/runtime), docker image version funasr-runtime-sdk-online-cpu-0.1.4(691974017c38).</p></li>
 <li><p>2023/11/08: Real-time Transcription Service 1.4 released, supporting server-side loading of hotwords (updated hotword communication protocol), adaptation to runtime structure changes (FunASR/funasr/runtime -&gt; FunASR/runtime), docker image version funasr-runtime-sdk-online-cpu-0.1.4(691974017c38).</p></li>
 <li><p>2023/09/19: Real-time Transcription Service 1.2 released, supporting hotwords, timestamps, and ITN model in 2pass mode, docker image version funasr-runtime-sdk-online-cpu-0.1.2 (7222c5319bcf).</p></li>
 <li><p>2023/09/19: Real-time Transcription Service 1.2 released, supporting hotwords, timestamps, and ITN model in 2pass mode, docker image version funasr-runtime-sdk-online-cpu-0.1.2 (7222c5319bcf).</p></li>
 <li><p>2023/08/11: Real-time Transcription Service 1.1 released, addressing some known bugs (including server crashes), docker image version funasr-runtime-sdk-online-cpu-0.1.1 (bdbdd0b27dee).</p></li>
 <li><p>2023/08/11: Real-time Transcription Service 1.1 released, addressing some known bugs (including server crashes), docker image version funasr-runtime-sdk-online-cpu-0.1.1 (bdbdd0b27dee).</p></li>

+ 1 - 0
en/runtime/readme_cn.html

@@ -161,6 +161,7 @@
 <div class="section" id="id4">
 <div class="section" id="id4">
 <h3>最新动态<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h3>
 <h3>最新动态<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h3>
 <ul class="simple">
 <ul class="simple">
+<li><p>2023/11/09:   中文实时语音听写服务 1.5 发布,修复无实时结果的问题,dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.5 (b16584b6d38b)</p></li>
 <li><p>2023/11/08:   中文实时语音听写服务 1.4 发布,支持服务端加载热词(更新热词通信协议)、runtime结构变化适配(FunASR/funasr/runtime-&gt;FunASR/runtime),dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.4 (691974017c38)</p></li>
 <li><p>2023/11/08:   中文实时语音听写服务 1.4 发布,支持服务端加载热词(更新热词通信协议)、runtime结构变化适配(FunASR/funasr/runtime-&gt;FunASR/runtime),dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.4 (691974017c38)</p></li>
 <li><p>2023/09/19:   中文实时语音听写服务 1.2 发布,2pass模式支持热词、时间戳、ITN模型,dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.2 (7222c5319bcf)</p></li>
 <li><p>2023/09/19:   中文实时语音听写服务 1.2 发布,2pass模式支持热词、时间戳、ITN模型,dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.2 (7222c5319bcf)</p></li>
 <li><p>2023/08/11:   中文实时语音听写服务 1.1 发布,修复了部分已知的bug(包括server崩溃等),dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.1 (bdbdd0b27dee)</p></li>
 <li><p>2023/08/11:   中文实时语音听写服务 1.1 发布,修复了部分已知的bug(包括server崩溃等),dokcer镜像版本funasr-runtime-sdk-online-cpu-0.1.1 (bdbdd0b27dee)</p></li>

File diff suppressed because it is too large
+ 0 - 0
en/searchindex.js


Some files were not shown because too many files changed in this diff