You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/paddlespeech/cli
zxcd 05cdbd8d5e
【doc】fix download link case abnormal traffic (#4020)
6 months ago
..
asr adapt view behavior change, fix KeyError. (#3794) 1 year ago
cls 【audio】remove paddleaudio from paddlespeech (#3986) 7 months ago
kws 【audio】remove paddleaudio from paddlespeech (#3986) 7 months ago
ssl Fix wav2vec error in Demos/ssl (#3872) 10 months ago
st 【doc】fix download link case abnormal traffic (#4020) 6 months ago
text
tts fix error in tts/st 2 years ago
vector 【audio】remove paddleaudio from paddlespeech (#3986) 7 months ago
whisper [ASR] fix asr 0-d tensor. (#3214) 2 years ago
README.md
README_cn.md
__init__.py
base_commands.py fit with librosa (#3989) 7 months ago
download.py
entry.py
executor.py
log.py
utils.py

README.md

PaddleSpeech Command Line

(简体中文|English)

The simplest approach to use PaddleSpeech models.

Help

paddlespeech help

Audio Classification

paddlespeech cls --input input.wav

Speaker Verification

paddlespeech vector --task spk --input input_16k.wav

Automatic Speech Recognition

paddlespeech asr --lang zh --input input_16k.wav

Speech Translation (English to Chinese)

(not support for Windows now)

paddlespeech st --input input_16k.wav

Text-to-Speech

paddlespeech tts --input "你好,欢迎使用百度飞桨深度学习框架!" --output output.wav

Text Post-precessing

  • Punctuation Restoration
    paddlespeech text --task punc --input 今天的天气真不错啊你下午有空吗我想约你一起去吃饭
    
  • Faster Punctuation Restoration
    paddlespeech text --task punc --input 今天的天气真不错啊你下午有空吗我想约你一起去吃饭 --model ernie_linear_p3_wudao_fast