Skip to content

Commit

Permalink
Doc: Add tutorials from users (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Mar 22, 2024
1 parent 15c8e73 commit 0c4ac5e
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/ncnn/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Also, we show how to use it for speech recognition with pre-trained models.
.. toctree::
:maxdepth: 2

./tutorials/index
./install/index
./python/index
./wasm/index
Expand Down
49 changes: 49 additions & 0 deletions docs/source/ncnn/tutorials/cn.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
中文资料 (Chinese tutorials)
============================

2024 在Unity环境下,借助sherpa-ncnn框架,实现实时并准确的中英双语语音识别功能
-----------------------------------------------------------------------------

详细地址为 `<https://github.com/ssssssilver/sherpa-ncnn-unity>`_

使用 unity.

2024-02-22【RV1126】移植sherpa实时语音识别和TTS文字转语音功能
-------------------------------------------------------------

详细地址为 `<https://it3q.com/article/217>`_.

介绍了如何交叉编译 `sherpa-ncnn`_ 并在正点原子的rv1126开发板上测试实时的本地语音识别。

.. note::

上述博客中,虽然标题有 TTS, 但是 `sherpa-ncnn`_ 目前只支持 ASR。请使用 `sherpa-onnx`_
去运行 TTS。

2023-12-31 离线语音识别 sherpa-ncnn 尝鲜体验
--------------------------------------------

详细地址为 `<https://zhuanlan.zhihu.com/p/675428374>`_.

介绍了如何在 Ubuntu (x64) 以及树莓派4B 上安装和使用。

.. note::

上述博客中,树莓派4B 安装了32位的操作系统。我们建议安装 64 位的操作系统。


2023-04-26【RV1126】移植kaldi实时语音识别
-----------------------------------------

详细地址为 `<https://blog.csdn.net/qq_28877125/article/details/130376397>`_.

描述了如何交叉编译 `sherpa-ncnn`_ 以及如何在 RV1126 开发板上部署。

写的非常详细!

2023-02-19 离线语音识别库sherpa-ncnn安装和简单测试笔记
------------------------------------------------------------

详细地址为 `<https://www.jianshu.com/p/3afbb0324faa>`_.

使用了树莓派3B+ 和 Windows 进行测试。
14 changes: 14 additions & 0 deletions docs/source/ncnn/tutorials/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Tutorials
=========

This page contains links to tutorials written by our users.

.. caution::

The tutorials are not necessarily written in English.


.. toctree::
:maxdepth: 2

./cn.rst
1 change: 1 addition & 0 deletions docs/source/onnx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Also, we show how to use it for speech recognition with pre-trained models.
.. toctree::
:maxdepth: 5

./tutorials/index
./install/index
./faqs/index
./python/index
Expand Down
17 changes: 17 additions & 0 deletions docs/source/onnx/tutorials/cn.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
中文资料 (Chinese tutorials)
============================

2023-08-08 snowboy+新一代kaldi(k2-fsa)sherpa-onnx实现离线语音识别【语音助手】
------------------------------------------------------------------------------

详细地址为 `<https://blog.csdn.net/anshichuxuezhe/article/details/132151456>`_.

使用了 Python API。


2023-03-16 k2语音识别:如何使用sherpa-onnx
------------------------------------------

详细地址为 `<https://www.bilibili.com/read/cv22438156/>`_.


14 changes: 14 additions & 0 deletions docs/source/onnx/tutorials/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Tutorials
=========

This page contains links to tutorials written by our users.

.. caution::

The tutorials are not necessarily written in English.


.. toctree::
:maxdepth: 2

./cn.rst

0 comments on commit 0c4ac5e

Please sign in to comment.