riff-wave-reader 0.1.0

Reads riff-wave compliant files. Get header info and access to the underlying reader positioned on the data block.
Documentation
[dependencies.byteorder]
version = "1.3"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["tarkah <admin@tarkah.dev>"]
categories = ["multimedia::audio", "multimedia::encoding"]
description = "Reads riff-wave compliant files. Get header info and access to the underlying reader positioned on the data block."
documentation = "https://docs.rs/riff-wave-reader"
edition = "2018"
keywords = ["audio", "wav", "decoder"]
license = "MIT"
name = "riff-wave-reader"
readme = "README.md"
repository = "https://github.com/tarkah/riff-wave-reader"
version = "0.1.0"