riff-wave 0.0.2

Methods for reading PCM wave files. Very incomplete at the present time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "riff-wave"
version = "0.0.2"
authors = ["Kevin Brothaler <contact@digipom.com>"]
description = "Methods for reading PCM wave files. Very incomplete at the present time."
keywords = ["audio", "riff", "sample", "wave", "pcm"]
license = "Apache-2.0"
homepage = "https://github.com/Digipom/riff-wave"
repository = "https://github.com/Digipom/riff-wave"

[dependencies]
byteorder = "0.5.1"