audiojs / decibels

:loudspeaker: Convert values to and from decibels.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decibels

Convert values to and from decibels.

Install via npm

$ npm install decibels

API

var gainToDecibels = require('decibels/from-gain')
var decibelsToGain = require('decibels/to-gain')

gainToDecibels(gain)

decibelsToGain(db)

License

MIT

About

:loudspeaker: Convert values to and from decibels.

License:MIT License


Languages

Language:JavaScript 100.0%