# AudioPlayer **Repository Path**: DYKZ/AudioPlayer ## Basic Information - **Project Name**: AudioPlayer - **Description**: 音频播放工具 --带简易播放界面 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-07-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AudioPlayer #### 版本 [![](https://www.jitpack.io/v/com.gitee.DYKZ/AudioPlayer.svg)](https://www.jitpack.io/#com.gitee.DYKZ/AudioPlayer) #### 介绍 音频播放工具 --带简易播放界面 #### Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } #### Step 2. Add the dependency dependencies { implementation 'com.gitee.DYKZ:AudioPlayer:0.2' }