A utility to stream an entire DAISY 2.02 book as one audio file
npm install daisy-streamifyVery WIP
``js
var resource = require('daisy-resources');
var streamer = require('daisy-streamify');
var book = resource('path/to/book/folder');
var bookstream = streamer(book, 'path/to/destination');
bookstream.on('error', function(err) {
console.error('Error reported', err);
});
`
- mp3cat (http://tomclegg.net/mp3cat) in your PATH`