sample-audio-files
gallery of sample media files to be used by other node packages
Version 1.0.7 License ISC
Keywords
WAVaudiosamplefiles
<script src=" https://cdn.jsdelivr.net/npm/sample-audio-files@1.0.7/src/manage_media.min.js "></script>
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);