simplemad 0.2.0

An interface for libmad, the MPEG audio decoding library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "simplemad"
version = "0.2.0"
authors = ["Benjamin Dykstra <bendykst@gmail.com>"]
description = "An interface for libmad, the MPEG audio decoding library"
repository = "https://github.com/bendykst/simple-mad.rs"
readme = "README.md"
keywords = ["mpeg", "mp3", "libmad"]
license = "MIT"

[lib]
name = "simplemad"

[dependencies]
libc = "0.1.6"