- GH-8 Support 24-bit
- GH-69 NPM Package / Security alert resolution
- GH-47 Document node
start
andbuild
scripts - Launch web browser to show demo via npm
start
script - Resolve cross platform mapping on static local web server
- Save production source maps as a separate file
- Fix node support
- Fixed main entry file
- GH-2 Fixed signed/unsigned conversions
- GH-2 Support 16-bit
- GH-2 Use webpack to make browser-friendly
- GH-15 Test 8-bit 16khz
- GH-4 Get stereo working, read array buffer as unsigned bytes
- GH-38 Add package size badge
- GH-54 Remove package bloat
- GH-40 Doc npm install, add badge
- GH-40 Fix readme live demo link from GH-57
- GH-40 Fix readme formatting code block GH-57
- GH-40 Update web browser example due to GH-46
- GH-40 Fix changelog typo due to GH-54
- GH-57 Fix sample count calculation
- GH-54 Link to live demo
- GH-50 Show wave form in live demo
- GH-46 Include reader in live demo
- GH-44 Cache chunks
- GH-14 Load wave file via live demo
- GH-14 Read from ArrayBuffer
- GH-13 Read from array
- GH-42 Read large files/buffers/array from separate reader
- GH-14 Reduce dependencies in prep for browser environment
- GH-41 Read from riff/format/data chunks at once
- GH-21 Add doc on usage
- Support non-ES5 environment
- Initial release. The library can read an 8 bit wave files header chunks and individual samples.