1.0.7 • Published 10 years ago

sample-audio-files v1.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

sample-audio-files

This is a helper package which contains a handful of WAV audio format files and a simple API which just returns an array listing these files - to be used by other packages which need an input WAV file yet do not want to lug them around.

visit nodejs.org and install node.js

see project npm site at

https://www.npmjs.org/package/sample-audio-files

Installation

npm install sample-audio-files

Usage

var manage_media = require("sample-audio-files");

var found_files = manage_media.get_media_listing();

console.log("all files ", found_files);
1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.3

10 years ago