All Versions
15
Latest Version
Avg Release Cycle
-
Latest Release
-

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 a BufWriter.
    • WavSamples now implements ExactSizeIterator.
    • 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 and WavWriter.
    • 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.