# happycode-audio **Repository Path**: happycoding-cx/happycode-audio ## Basic Information - **Project Name**: happycode-audio - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-18 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # happycode-audio #### Happycode audio engine is for playing sounds, instruments and audio effects in Happycode 3.0 projects #### Please note this project is at an early stage and we are not ready for pull requests ## Installation This requires you to have Git and Node.js installed. In your own node environment/application: ```bash npm install https://gitee.com/happycoding-cx/happycode-audio.git ``` If you want to edit/play yourself: ```bash git clone https://gitee.com/happycoding-cx/happycode-audio.git cd happycode-audio npm install ``` ## Testing ```bash npm test ```