the-labo / the-audio

Audio utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the-audio

Build Status npm Version JS Standard

Audio utility

Installation

$ npm install the-audio --save

Usage

'use strict'

const {TheAudio} = require('the-audio')

async function tryExample () {

}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

About

Audio utility

License:MIT License


Languages

Language:JavaScript 100.0%