From 154f13128730dc36af4ca56fd6a6529769dd93bd Mon Sep 17 00:00:00 2001 From: huangxiaoyao <976125628@qq.com> Date: Sat, 21 Dec 2024 14:54:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85README=5FOpenHarmony.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangxiaoyao <976125628@qq.com> --- README_OpenHarmony.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README_OpenHarmony.md diff --git a/README_OpenHarmony.md b/README_OpenHarmony.md new file mode 100644 index 000000000..797c619a1 --- /dev/null +++ b/README_OpenHarmony.md @@ -0,0 +1,23 @@ +# flutter_sound + +原始仓来源:https://github.com/canardoux/flutter_sound + +## 仓库简介 +flutter_sound是一个Flutter音频处理库,它支持跨平台音频处理、实时录音和播放、后台运行以及音量控制和事件监听等功能。 +该仓库为flutter_sound库的Flutter鸿蒙化仓。 + +## 引入背景简述 +OpenHarmony北向生态发展过程中,已经适配Flutter的厂商在接入OpenHarmony过程中存在使用flutter_sound的诉求。鉴于此OpenHarmony为支持北向生态伙伴快速接入鸿蒙、快速实现产品化而提供的flutter_sound,本方案采用插件化的适配器模式实现flutter_sound鸿蒙化版本的兼容。 + +## 使用场景 +本方案仅供应用厂商中已支持Flutter框架的设备在移植OpenHarmony系统过程中作为备选方案使用。 + +## 使用文档 + +适配OpenHarmony平台的使用指导请见:[Flutter使用指导文档](https://gitee.com/openharmony-sig/flutter_samples/blob/master/ohos/docs/07_plugin/ohos%E5%B9%B3%E5%8F%B0%E9%80%82%E9%85%8Dflutter%E4%B8%89%E6%96%B9%E5%BA%93%E6%8C%87%E5%AF%BC.md) + +## License + +MPL-2.0 license + +见 [LICENSE](LICENSE) \ No newline at end of file -- Gitee