From 62240bbf68c5e2cb99ea871ee0456113e41156ef Mon Sep 17 00:00:00 2001 From: Mingxue-Xu <92848346+Mingxue-Xu@users.noreply.github.com> Date: Sat, 18 Dec 2021 15:55:48 +0800 Subject: [PATCH] [README] Update Acknowledgement. (#1164) * test=update_readme, test=doc_fix Add contribution of @mymagicpower. * test=update_readme, test=doc_fix Add contribution from @mymagicpower. * Update README_cn.md Co-authored-by: TianYuan --- README.md | 2 ++ README_cn.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 173326fb..2b6eeb8f 100644 --- a/README.md +++ b/README.md @@ -462,6 +462,8 @@ You are warmly welcome to submit questions in [discussions](https://github.com/P - Many thanks to [yeyupiaoling](https://github.com/yeyupiaoling) for years of attention, constructive advice and great help. - Many thanks to [AK391](https://github.com/AK391) for TTS web demo on Huggingface Spaces using Gradio. +- Many thanks to [mymagicpower](https://github.com/mymagicpower) for the Java implementation of ASR upon [short](https://github.com/mymagicpower/AIAS/tree/main/3_audio_sdks/asr_sdk) and [long](https://github.com/mymagicpower/AIAS/tree/main/3_audio_sdks/asr_long_audio_sdk) audio files. + Besides, PaddleSpeech depends on a lot of open source repositories. See [references](./docs/source/reference.md) for more information. diff --git a/README_cn.md b/README_cn.md index 0a654e55..8871300f 100644 --- a/README_cn.md +++ b/README_cn.md @@ -454,6 +454,7 @@ year={2021} - 非常感谢 [yeyupiaoling](https://github.com/yeyupiaoling) 多年来的关注和建议,以及在诸多问题上的帮助。 - 非常感谢 [AK391](https://github.com/AK391) 在 Huggingface Spaces 上使用 Gradio 对我们的语音合成功能进行网页版演示。 +- 非常感谢 [mymagicpower](https://github.com/mymagicpower) 采用PaddleSpeech 对 ASR 的[短语音](https://github.com/mymagicpower/AIAS/tree/main/3_audio_sdks/asr_sdk)及[长语音](https://github.com/mymagicpower/AIAS/tree/main/3_audio_sdks/asr_long_audio_sdk)进行 Java 实现。 此外,PaddleSpeech 依赖于许多开源存储库。有关更多信息,请参阅 [references](./docs/source/reference.md)。 -- GitLab