# AudioPlayerDemo **Repository Path**: imyuhang/audio-player-demo ## Basic Information - **Project Name**: AudioPlayerDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-23 - **Last Updated**: 2022-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 程序功能 这是一个将多个功能的实现放在了不同的页面中的Demo集合。 ## 使用说明 - OpenHarmony SDK 版本:`API Version 8`。 - DevEco Studio 版本: `3.0.0.900`。 ## 页面介绍 - ### 首页(index) 其它页面的入口。 - ### 播放器(player) 一个调用了AudioRenderer和AudioManager接口的播放器。 - ### JS调用Native API(js-native-api) JS调用Native API的示例。(以OpenSL ES为例)