node-wav icon indicating copy to clipboard operation
node-wav copied to clipboard

High performance WAV file decoder and encoder for node

Results 6 node-wav issues
Sort by recently updated
recently updated
newest added

There are weird files in npm https://npmfs.com/package/node-wav/0.0.2/x.json - it doesn't seem to be useful here.

Hi ! I'm extracting audio for a video using `ffmpeg` with the command: `ffmpeg -i input_video.mp4 -c copy -map a -f segment -segment_time 0.50 audio_frame-%d.wav` And when I try to...

Needed to stop the validation choking on a valid 24 bit file. Also improved the error formatting.

From https://sites.google.com/site/musicgapi/technical-documents/wav-file-format. > One tricky thing about RIFF file chunks is that they must be word aligned. This means that their total size must be a multiple of 2 bytes...

From Node 7 onwards you get this message: DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new Buffer()`, or preferably `Buffer.from()`, `Buffer.allocUnsafe()` or `Buffer.alloc()` instead. Should probably be...

## Issue: Incorrect Number of Samples Reported by node-wav **Description:** I observed that the number of samples reported by node-wav is incorrect compared to the actual duration of the audio....