Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-06-26 | 611 Bytes | |
v1.1.1 source code.tar.gz | 2021-06-26 | 25.0 kB | |
v1.1.1 source code.zip | 2021-06-26 | 30.5 kB | |
Totals: 3 Items | 56.1 kB | 0 |
WAV v1.1.1
- Optimize
read_pcm_samples
with [#95] - Fix bug where tags with multiple null bytes were not handled correctly [#101]
Closed issues: - wavread cannot access a sample number 59614786 or higher (#99) - Extra \0 bytes in RIFF INFO tags causes wav_info_read() to raise ArgumentError (#101)
Merged pull requests: - improve read_pcm_samples (#95) (@ymtoo) - Fix [#101], make read_tags skip extra \0 bytes (#102) (@cHemingway) - Fix [#101], make read_tags skip extra arbitrary bytes (#103) (@CMGeldenhuys)