• Home
Name Date Size #Lines LOC

..--

entry/12-May-2024-1,7991,594

README_en.mdD12-May-2024457 1912

README_zh.mdD12-May-2024472 1912

build-profile.json5D12-May-20241,018 4140

hvigorfile.jsD12-May-2024174 21

package-lock.jsonD12-May-202466.8 KiB1,6531,652

package.jsonD12-May-2024356 1918

README_en.md

1## Functions
2
3This is a demo collection that puts the implementation of multiple functions in different pages.
4
5## Instructions
6
7- OpenHarmony SDK version:`API Version 8`。
8- DevEco Studio version: `3.0.0.900`。
9
10## Brief description of each page
11
12- ### index
13  Entry of each page.
14
15- ### player
16  A player demo that calls the AudioRenderer and AudioManager APIs.
17
18- ### js-native-api
19  Take OpenSL ES as an example to show how JS calls the native APIs.

README_zh.md

1## 程序功能
2
3这是一个将多个功能的实现放在了不同的页面中的Demo集合。
4
5## 使用说明
6
7- OpenHarmony SDK 版本:`API Version 8`。
8- DevEco Studio 版本: `3.0.0.900`。
9
10## 页面介绍
11
12- ### 首页(index)
13  其它页面的入口。
14
15- ### 播放器(player)
16  一个调用了AudioRenderer和AudioManager接口的播放器。
17
18- ### JS调用Native API(js-native-api)
19  JS调用Native API的示例。(以OpenSL ES和HiLog为例)