Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wavefile

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wavefile - npm Package Versions

1
1315

0.5.0

Diff

rochars
published 0.4.8 •

rochars
published 0.4.7 •

rochars
published 0.4.6 •

rochars
published 0.4.5 •

rochars
published 0.4.4 •

rochars
published 0.4.3 •

Changelog

Source

version 10.4.3 - 2020-01-27

  • Fix: large files RIFF/RIFX conversion
rochars
published 0.4.2 •

Changelog

Source

version 10.4.2 - 2020-01-22

Better sinc resampling.

rochars
published 0.4.1 •

Changelog

Source

version 10.4.1 - 2020-01-21

Faster sinc resampling.

rochars
published 0.4.0 •

Changelog

Source

version 10.4.0 - 2020-01-20

  • Default LPF for resample is IIR
  • Use FIR or IIR LPFs to resample:
// Will use 'linear' method with a FIR LPF
wav.toSampleRate(44100, {method: "linear", LPF: true, LPFType: 'FIR'});

// Will use 'linear' method with a IIR LPF, the default
wav.toSampleRate(44100, {method: "linear", LPF: true});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc