From bd0047c463077a70f5e5306b761042f236ccc7ed Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Tue, 23 Jan 2024 16:42:47 +0800 Subject: [PATCH] Add Android APKs for speaker identification. (#532) --- .github/workflows/build-doc.yml | 2 ++ docs/source/onnx/index.rst | 6 ++++++ .../source/onnx/speaker-identification/index.rst | 16 ++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 docs/source/onnx/speaker-identification/index.rst diff --git a/.github/workflows/build-doc.yml b/.github/workflows/build-doc.yml index 657d910b6..c9b2cfa7d 100644 --- a/.github/workflows/build-doc.yml +++ b/.github/workflows/build-doc.yml @@ -67,8 +67,10 @@ jobs: cd huggingface ./generate-tts.py ./generate-tts-engine.py + ./generate-speaker-identification.py mv -v apk.html ../build/html/onnx/tts/ mv -v apk-engine.html ../build/html/onnx/tts/ + mv -v apk-speaker-identification.html ../build/html/onnx/speaker-identification/apk.html cd .. rm -rf huggingface diff --git a/docs/source/onnx/index.rst b/docs/source/onnx/index.rst index 6b340c504..7559ad1c9 100644 --- a/docs/source/onnx/index.rst +++ b/docs/source/onnx/index.rst @@ -35,6 +35,12 @@ Also, we show how to use it for speech recognition with pre-trained models. ./kws/index ./pretrained_models/index +.. toctree:: + :maxdepth: 5 + :caption: Speaker Identification + + ./speaker-identification/index + .. toctree:: :maxdepth: 5 :caption: tts diff --git a/docs/source/onnx/speaker-identification/index.rst b/docs/source/onnx/speaker-identification/index.rst new file mode 100644 index 000000000..5df865dfb --- /dev/null +++ b/docs/source/onnx/speaker-identification/index.rst @@ -0,0 +1,16 @@ +Speaker Identification +====================== + +This page describes how to use `sherpa-onnx`_ for speaker identification. + +Please first follow :ref:`install_sherpa_onnx` and/or :ref:`install_sherpa_onnx_python` +to install `sherpa-onnx`_ before you continue. + + +Pre-trained models can be found at ``_ + +.. hint:: + + You can find Android APKs for each model at the following page + + ``_