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](http://nodejs.org) and install node.js

see project npm site at 

[https://www.npmjs.org/package/sample-audio-files](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);
