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为例)