sample 0.3.0

A crate for simplifying generic pulse code modulation digital signal processing. Use the `Sample` trait to convert between and remain generic over bit-depth.
Documentation
1
2
3
4
5
6
7
8
9
10
11
language: rust

os:
    - osx
    - linux

script:
    - cargo build -v
    - cargo test -v
    - cargo test --release -v
    - cargo doc -v