rifflib

1.0.1 • Public • Published

RIFFLib

This package provides Resource Interchange File Format (RIFF) serializer/deserializer for Node.JS.

Get started

First thing is to install this package:

npm install rifflib --save

And then you can import this package in your application:

const RIFFLib = require("rifflib");

See the Getting Started Guide for further information. Or simply see our example code.

Reference

To see all available APIs, you can read our API Reference.

To learn the RIFF specification, you can read the Multimedia Programming Interface and Data Specification 1.0 from Microsoft.

Authors

Name Mail
WenCong Ji taiki_akita@163.com

/rifflib/

    Package Sidebar

    Install

    npm i rifflib

    Weekly Downloads

    2

    Version

    1.0.1

    License

    BSD-3-Clause

    Unpacked Size

    1.71 MB

    Total Files

    40

    Last publish

    Collaborators

    • taiki_akita