UNPKG

252 BJavaScriptView Raw
1/*!
2 * alawmulaw
3 * JavaScript A-Law and mu-Law codecs.
4 * Copyright (c) 2018 Rafael da Silva Rocha.
5 * https://github.com/rochars/alawmulaw
6 *
7 */
8
9module.exports.alaw = require("./src/alaw");
10module.exports.mulaw = require("./src/mulaw");