Skip to content

Commit 6d6db45

Browse files
committed
Publish 0.7
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
1 parent 49e3670 commit 6d6db45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
2-
32
name = "sample"
43
description = "A crate providing the fundamentals for working with audio PCM DSP."
5-
version = "0.6.2"
4+
version = "0.7.0"
65
authors = ["mitchmindtree <[email protected]>"]
76
readme = "README.md"
87
keywords = ["dsp", "bit-depth", "rate", "pcm", "audio"]

0 commit comments

Comments
 (0)