sound_stream 0.6.0

Provides a simple interface to the default audio input and output device streams on a user's system.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "sound_stream"
version = "0.6.0"
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "Provides a simple interface to the default audio input and output device streams on a user's system."
readme = "README.md"
keywords = ["audio", "dsp", "io", "music", "stream"]
license = "MIT"
repository = "https://github.com/RustAudio/sound_stream.git"
homepage = "https://github.com/RustAudio/sound_stream"


[dependencies]
num = { version = "0.1.27", default-features = false }
portaudio = "0.5.1"
sample = "0.2.0"
time = "0.1.32"