Skip to content

Commit

Permalink
Add links to pre-built flutter tts app (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Jul 8, 2024
1 parent 0cb08da commit 6a456aa
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,11 @@ jobs:
git clone https://huggingface.co/csukuangfj/sherpa-onnx-flutter huggingface
cd huggingface
./generate-asr.py
./generate-tts.py
mkdir -p ../build/html/onnx/flutter/asr
mv -v app-asr.html ../build/html/onnx/flutter/asr/app.html
mv -v app-asr-cn.html ../build/html/onnx/flutter/asr/app-cn.html
mv -v tts*.html ../build/html/onnx/flutter/
cd ..
rm -rf huggingface
Expand Down
29 changes: 29 additions & 0 deletions docs/source/onnx/flutter/pre-built-app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@ Links for pre-built Apps can be found in the following table:

It runs locally, without internet connection.

Text to speech (TTS, Speech synthesis)
--------------------------------------

.. list-table::

* - ****
- 中国用户
- URL
* - Android (arm64-v8a, armeabi-v7a, x86_64)
- `点这里 <https://k2-fsa.github.io/sherpa/onnx/flutter/tts-android-cn.html>`_
- `<https://k2-fsa.github.io/sherpa/onnx/flutter/tts-android.html>`_

* - Linux (x64)
- `点这里 <https://k2-fsa.github.io/sherpa/onnx/flutter/tts-linux-cn.html>`_
- `<https://k2-fsa.github.io/sherpa/onnx/flutter/tts-linux.html>`_
* - macOS (x64)
- `点这里 <https://k2-fsa.github.io/sherpa/onnx/flutter/tts-macos-x64-cn.html>`_
- `<https://k2-fsa.github.io/sherpa/onnx/flutter/tts-macos-x64.html>`_
* - macOS (arm64)
- `点这里 <https://k2-fsa.github.io/sherpa/onnx/flutter/tts-macos-arm64-cn.html>`_
- `<https://k2-fsa.github.io/sherpa/onnx/flutter/tts-macos-arm64.html>`_
* - Windows (x64)
- `点这里 <https://k2-fsa.github.io/sherpa/onnx/flutter/tts-win-cn.html>`_
- `<https://k2-fsa.github.io/sherpa/onnx/flutter/tts-win.html>`_

Streaming Speech recognition (STT, ASR)
---------------------------------------

.. list-table::

* - ****
Expand All @@ -15,3 +43,4 @@ Links for pre-built Apps can be found in the following table:
* - Streaming speech recognition
- `点这里 <https://k2-fsa.github.io/sherpa/onnx/flutter/asr/app-cn.html>`_
- `<https://k2-fsa.github.io/sherpa/onnx/flutter/asr/app.html>`_

7 changes: 7 additions & 0 deletions docs/source/onnx/tutorials/cn.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
中文资料 (Chinese tutorials)
============================

2024-07-03【🆓 語音辨識引擎sherpa-onnx CPU上篇】讓您輕鬆體驗語音辨識功能(Docker架設)
--------------------------------------------------------------------------------------------------------------

详细地址为 `<https://vocus.cc/article/667bbe9efd89780001c8f345>`_

使用了繁体字。有用 docker。


2024-06-10 SherpaOnnxTtsEngine - Android 本地 TTS 语言转文本引擎
------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 6a456aa

Please sign in to comment.