From a70e60d1ab97852b3f8e6e86e11d0469ea395daf Mon Sep 17 00:00:00 2001 From: iftaken Date: Fri, 20 May 2022 15:32:49 +0800 Subject: [PATCH] add PP-TTS,PP-ASR,PP-VPR --- README.md | 1 + README_cn.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d32131c0..2ade8a69 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ Via the easy-to-use, efficient, flexible and scalable implementation, our vision - 🧩 *Cascaded models application*: as an extension of the typical traditional audio tasks, we combine the workflows of the aforementioned tasks with other fields like Natural language processing (NLP) and Computer Vision (CV). ### Recent Update +- πŸ‘‘ 2022.05.13: Release [PP-ASR](./docs/source/asr/PPASR.md)、[PP-TTS](./docs/source/tts/PPTTS.md)、[PP-VPR](docs/source/vpr/PPVPR.md) - πŸ‘πŸ» 2022.05.06: `Streaming ASR` with `Punctuation Restoration` and `Token Timestamp`. - πŸ‘πŸ» 2022.05.06: `Server` is available for `Speaker Verification`, and `Punctuation Restoration`. - πŸ‘πŸ» 2022.04.28: `Streaming Server` is available for `Automatic Speech Recognition` and `Text-to-Speech`. diff --git a/README_cn.md b/README_cn.md index ceb9dc18..f5ba9362 100644 --- a/README_cn.md +++ b/README_cn.md @@ -182,6 +182,7 @@ from https://github.com/18F/open-source-guide/blob/18f-pages/pages/making-readme +- πŸ‘‘ 2022.05.13: PaddleSpeech 发布 [PP-ASR](./docs/source/asr/PPASR_cn.md)、[PP-TTS](./docs/source/tts/PPTTS_cn.md)、[PP-VPR](docs/source/vpr/PPVPR_cn.md) - πŸ‘πŸ» 2022.05.06: PaddleSpeech Streaming Server 上线! θ¦†η›–δΊ†θ―­ιŸ³θ―†εˆ«οΌˆζ ‡η‚Ήζ’ε€γ€ζ—Άι—΄ζˆ³οΌ‰οΌŒε’Œθ―­ιŸ³εˆζˆγ€‚ - πŸ‘πŸ» 2022.05.06: PaddleSpeech Server 上线! θ¦†η›–δΊ†ε£°ιŸ³εˆ†η±»γ€θ―­ιŸ³θ―†εˆ«γ€θ―­ιŸ³εˆζˆγ€ε£°ηΊΉθ―†εˆ«οΌŒζ ‡η‚Ήζ’ε€γ€‚ - πŸ‘πŸ» 2022.03.28: PaddleSpeech CLI θ¦†η›–ε£°ιŸ³εˆ†η±»γ€θ―­ιŸ³θ―†εˆ«γ€θ―­ιŸ³ηΏ»θ―‘οΌˆθ‹±θ―‘δΈ­οΌ‰γ€θ―­ιŸ³εˆζˆοΌŒε£°ηΊΉιͺŒθ―γ€‚ -- GitLab