From 707ab5dc2ee17856513afc714ee83631dbdb2981 Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Mon, 24 May 2021 10:24:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dreadme=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0readme.opensource=20=E5=8D=8E=E4=B8=BA=E4=BA=91?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.OPENSOURCE | 22 ++++++++++++++++++++++ README.md | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 README.OPENSOURCE diff --git a/README.OPENSOURCE b/README.OPENSOURCE new file mode 100644 index 0000000..5efb50d --- /dev/null +++ b/README.OPENSOURCE @@ -0,0 +1,22 @@ +[ + + { + + "Name": "speechutils", + + "License": "Apache License 2.0", + + "License File": "https://github.com/Kaljurand/speechutils/blob/master/LICENSE", + + "Version Number": "1.0.0", + + "Upstream URL": "https://github.com/Kaljurand/speechutils", + + "Description": " 可帮助实现需要包含语音转文本和文本转语音功能的应用程序 + 录音和编码 + 整合语音到文本和文本到语音服务 + 在语音转文字之前/之后播放音频提示 + 在语音转文字期间暂停背景音频 + } + +] \ No newline at end of file diff --git a/README.md b/README.md index dd5a04e..b6ff85f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## 项目介绍 - 项目名称:语音转换库 -- 所属系列:鸿蒙的第三方组件适配移植 +- 所属系列:openharmony的第三方组件适配移植 - 功能:可以通过在AbilitySlice中继承AsrBaseAbilitySlice来继承语音转文字功能,继承 TtsBaseAbilitySlice 来实现文字转语音功能 方便:只需继承BaseAbilitySlice便可拥有转换功能 灵活: 封装了多个控制方法直接使用即可 -- Gitee From 532bcfe8a3b99c797bc39295a2db76671c4a4b37 Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Mon, 24 May 2021 10:47:06 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0readme.opensource=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.OPENSOURCE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 5efb50d..b722927 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -8,7 +8,7 @@ "License File": "https://github.com/Kaljurand/speechutils/blob/master/LICENSE", - "Version Number": "1.0.0", + "Version Number": "2.0.4", "Upstream URL": "https://github.com/Kaljurand/speechutils", -- Gitee