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

13
15

9.1.0

Diff

Changelog

Source

version 9.1.0 - 2020-01-03

  • Read and write iXML chunks
  • Read and write _PMX chunks To change the value of iXML of _PMX chunks:
wav.setiXML(iXMLValue);
wav.set_PMX(_PMXValue);

Fix: chunkSize of LIST subChunks that have string values

rochars
published 9.0.3 •

Changelog

Source

version 9.0.3 - 2020-01-03

  • Fix: remove extra field from ltxt chunks to fix wav regions labels
rochars
published 9.0.2 •

Changelog

Source

version 9.0.2 - 2020-01-03

  • Fix: add padding byte on bext when byte number is odd to avoid writing currupted files
rochars
published 9.0.1 •

Changelog

Source

version 9.0.1 - 2020-01-02

  • Update byte-data@18 for performance improvement
rochars
published 9.0.0 •

Changelog

Source

version 9.0.0 - 2019-12-31

  • New package structure:
    • dist file is "./dist/wavefile.js", a UMD served as "main"
    • ES6 source is "./index.js", served as "module"
  • WaveFile class is no longer a default export. You should use like this:
    • Node.js:
const WaveFile = require('uint-buffer').WaveFile;
- Browser:
<script src="wavefile.js"></script>
<script>
	var WaveFile = wavefile.WaveFile;
	var wav = new WaveFile();
</script>
rochars
published 8.4.6 •

Changelog

Source

version 8.4.6 (2019-09-12)

  • Fix: clicks and time changes in ADPCM compression/decompression
  • Fix: Range error bug when converting some files to ADPCM
  • Fix: The length of the output array when converting to ADPCM
  • Fix: properly reset chunks in WaveFile objects when using the same object to read multiple files or performing conversions.
  • Fix: keep metadata when performing bit depth conversions or applying compression
rochars
published 8.4.5 •

Changelog

Source

version 8.4.5 (2019-07-25)

  • Fix: read UTF8 chars in cue points (https://github.com/rochars/wavefile/issues/13)
rochars
published 8.4.4 •

Changelog

Source

version 8.4.4 (2018-08-09)

  • Fix: browser directive in package.json
rochars
published 8.4.3 •

Changelog

Source

version 8.4.3 (2018-08-07)

  • Fix: Stop adding a extra sample when changing the bit depth
  • Fix: Add padding byte if sample buffer lenght is odd
rochars
published 8.4.2 •

Changelog

Source

version 8.4.2 (2018-08-06)

  • Use ArrayBufferView to represent TypedArray in index.d.ts
  • Use WaveFile.prototype in externs/wavefile.js
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