Back to Sherpa Onnx

Introduction

java-api-examples/README.md

1.13.03.8 KB
Original Source

Introduction

This directory contains examples for the JAVA API of sherpa-onnx.

Usage

Non-streaming speech enhancement

bash
./run-non-streaming-speech-enhancement-gtcrn.sh
./run-non-streaming-speech-enhancement-dpdfnet.sh

Use 16 kHz DPDFNet models such as dpdfnet_baseline.onnx, dpdfnet2.onnx, dpdfnet4.onnx, or dpdfnet8.onnx for downstream ASR and dpdfnet2_48khz_hr.onnx for 48 kHz enhancement output.

Non-streaming speaker diarization

bash
./run-offline-speaker-diarization.sh

Streaming Speech recognition

bash
./run-streaming-asr-from-mic-transducer.sh
./run-streaming-decode-file-ctc-hlg.sh
./run-streaming-decode-file-ctc.sh
./run-streaming-decode-file-paraformer.sh
./run-streaming-decode-file-tone-ctc.sh
./run-streaming-decode-file-transducer.sh

Non-Streaming Speech recognition

bash
./run-non-streaming-decode-file-dolphin-ctc.sh
./run-non-streaming-decode-file-fire-red-asr-ctc.sh
./run-non-streaming-decode-file-fire-red-asr.sh
./run-non-streaming-decode-file-funasr-nano.sh
./run-non-streaming-decode-file-medasr-ctc.sh
./run-non-streaming-decode-file-moonshine.sh
./run-non-streaming-decode-file-moonshine-v2.sh
./run-non-streaming-decode-file-nemo-canary.sh
./run-non-streaming-decode-file-nemo.sh
./run-non-streaming-decode-file-omnilingual-asr-ctc.sh
./run-non-streaming-decode-file-paraformer.sh
./run-non-streaming-decode-file-sense-voice-with-hr.sh
./run-non-streaming-decode-file-sense-voice.sh
./run-non-streaming-decode-file-tele-speech-ctc.sh
./run-non-streaming-decode-file-transducer-hotwords.sh
./run-non-streaming-decode-file-transducer.sh
./run-non-streaming-decode-file-wenet-ctc.sh
./run-non-streaming-decode-file-whisper-multiple.sh
./run-non-streaming-decode-file-whisper.sh
./run-non-streaming-decode-file-zipformer-ctc.sh

Non-Streaming Speech recognition with homophone replacer

bash
./run-non-streaming-decode-file-sense-voice-with-hr.sh

Non-Streaming text-to-speech

bash
./run-non-streaming-tts-coqui-de.sh
./run-non-streaming-tts-kitten-en.sh
./run-non-streaming-tts-kokoro-en.sh
./run-non-streaming-tts-kokoro-zh-en.sh
./run-non-streaming-tts-matcha-en.sh
./run-non-streaming-tts-matcha-zh.sh
./run-non-streaming-tts-piper-en-with-callback.sh
./run-non-streaming-tts-piper-en.sh
./run-non-streaming-tts-vits-zh.sh
./run-pocket-tts.sh
./run-zipvoice-tts.sh

Non-Streaming text-to-speech (Playback the audio as it is being generated)

bash
./run-non-streaming-tts-piper-en-with-callback.sh

Spoken language identification

bash
./run-spoken-language-identification-whisper.sh

Add punctuations to text

The punctuation model supports both English and Chinese.

bash
./run-offline-add-punctuation-zh-en.sh
./run-online-add-punctuation-zh-en.sh

Audio tagging

bash
./run-audio-tagging-zipformer-from-file.sh
./run-audio-tagging-ced-from-file.sh

Speaker identification

bash
./run-speaker-identification.sh

VAD with a microphone

bash
./run-vad-from-mic.sh

VAD with a microphone + Non-streaming SenseVoice for speech recognition

bash
./run-vad-from-mic-non-streaming-sense-voice.sh

VAD with a microphone + Non-streaming Paraformer for speech recognition

bash
./run-vad-from-mic-non-streaming-paraformer.sh

VAD with a microphone + Non-streaming Whisper tiny.en for speech recognition

bash
./run-vad-from-mic-non-streaming-whisper.sh

VAD (Remove silence)

bash
./run-vad-remove-slience.sh
./run-ten-vad-remove-slience.sh

VAD + Non-streaming Dolphin CTC for speech recognition

bash
./run-vad-non-streaming-dolphin-ctc.sh

VAD + Non-streaming SenseVoice for speech recognition

bash
./run-vad-non-streaming-sense-voice.sh

VAD + Non-streaming Paraformer for speech recognition

bash
./run-vad-non-streaming-paraformer.sh

Keyword spotter

bash
./run-kws-from-file.sh