Skip to content

Commit

Permalink
Add doc for object pascal API and building lazarus examples (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Aug 16, 2024
1 parent 90cf72a commit d97d823
Show file tree
Hide file tree
Showing 10 changed files with 731 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ jobs:
cd ..
rm -rf huggingface
git clone https://huggingface.co/csukuangfj/sherpa-onnx-bin huggingface
cd huggingface
./build-generate-subtitles.py
mv -v download-generated-subtitles.html ../build/html/onnx/lazarus/
mv -v download-generated-subtitles-cn.html ../build/html/onnx/lazarus/
cd ..
rm -rf huggingface
git clone https://huggingface.co/csukuangfj/sherpa-onnx-wheels huggingface
cd huggingface
./run.sh
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def get_version():
.. _SenseVoice: https://github.com/FunAudioLLM/SenseVoice
.. _LibriTTS-R: https://www.openslr.org/141/
.. _ReazonSpeech: https://github.com/reazon-research/ReazonSpeech
.. _Lazarus: https://www.lazarus-ide.org/
"""


Expand Down
2 changes: 2 additions & 0 deletions docs/source/onnx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Also, we show how to use it for speech recognition with pre-trained models.
./swift-api/index
./go-api/index
./csharp-api/index
./pascal-api/index
./lazarus/index
./wasm/index
./android/index
./ios/index
Expand Down
Loading

0 comments on commit d97d823

Please sign in to comment.