Skip to content

Commit

Permalink
Publish 0.7
Browse files Browse the repository at this point in the history
This publish includes:

- Signal Map and ZipMap RustAudio#68
- impl Signal for Box<Signal> RustAudio#67
- Change Signal::next return type from Option<Frame> to Frame RustAudio#57
- Make `Bus` more memory efficient RustAudio#58
  • Loading branch information
mitchmindtree committed Sep 7, 2017
1 parent 49e3670 commit 6d6db45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[package]

name = "sample"
description = "A crate providing the fundamentals for working with audio PCM DSP."
version = "0.6.2"
version = "0.7.0"
authors = ["mitchmindtree <[email protected]>"]
readme = "README.md"
keywords = ["dsp", "bit-depth", "rate", "pcm", "audio"]
Expand Down

0 comments on commit 6d6db45

Please sign in to comment.