wavefile icon indicating copy to clipboard operation
wavefile copied to clipboard

Create, read and write wav files according to the specs. :star: :notes: :heart:

Results 20 wavefile issues
Sort by recently updated
recently updated
newest added

Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.1 to 3.8.3. Release notes Sourced from codecov's releases. v3.8.3 Fixes #329 fix: Test if response has two lines Dependencies #306 Bump eslint-config-prettier from 7.2.0 to 8.3.0...

dependencies

how to convert wave file to alaw using python? please help converting a wave file to alaw file using python!

Hello, I work in public radio here in the US, and we use 2 additional standards on top of BWF, with wav files containing MPEG data chunks, and also a...

I can't find any source stating that mu-law should require an extensible fmt header to to include the validbitspersample. including this in the header breaks several players, including windows media...

- [x] Adds the `cart` chunk, fully supporting the spec, for read and write - [x] Implements mpeg bwf support with additional `mext` chunk, and extensions to `fmt` - [x]...

## Expected Behavior I'm trying to receive the sound (buffer) recording from a web (javascript) with socket.io in the server and then create the wav file using your library. ##...

[private class methods](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields) have been supported for quite some time now in all modern versions. using real private `#` helps minifiers/bundlers to create even smaller files

You got a couple of ways to load wav files... - fromBase64 - fromDataURI - fromBuffer and also exporting them: - toBuffer - toBase64 - toDataURI --- Base64 isn't a...

true ESM requires path to be explicit in order to find them. remote path resolver like http import isn't so good at locating this extension-less paths cuz it can't scan...