All Versions
15
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v1.0.0 Changes
๐ Released 2015-07-21.
๐ This is the first stable release of Hound. Only small changes have been made ๐ with respect to v0.4.0. Release highlights:
WavWriter::create
now wraps the writer in aBufWriter
.WavSamples
now implementsExactSizeIterator
.WavReader::spec
now returns the spec by value.- Internal cleanups
-
v0.4.0 Changes
๐ Released 2015-05-16.
๐ Release highlights:
- Works with Rust 1.0.0.
- Hound can now read and write files with 8, 16, 24, or 32 bits per sample.
- ๐ Better error reporting
- ๐ Improved documentation
- โ An improved test suite
-
v0.3.0 Changes
๐ Released 2015-05-05.
๐ Release highlights:
- Hound can now read WAVEFORMATEXTENSIBLE, so it can read the files it writes.
- Hound can now read files with PCMWAVEFORMAT and WAVEFORMATEX header.
- Hound now uses a custom error type.
- ๐ New convenient filename-based constructors for
WavReader
andWavWriter
. - More examples
- โ An improved test suite
-
v0.2.0 Changes
๐ Released 2015-04-09.
๐ This version adds support for decoding wav files in addition to writing them.
-
v0.1.0 Changes
๐ Released 2015-04-01.
๐ Initial release with only write support.