Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 801 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 801 Bytes

mpegh-decoder

Version License Downloads

JavaScript wrapper for decoding MPEG-H 3D Audio into WAV files using Fraunhofer's mpeghdec on Node.js.

Installation

Using npm:

npm install mpegh-decoder

Getting started

const mpeghDecoder = require('mpegh-decoder');

mpeghDecoder.decode({input: "path/to/input.m4a"}, {cicp: 6});

Options

  • cicp – CICP index of the desired target layout (default: 6)

License

MIT