aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorEskil Q <eskilq@kth.se>2021-01-02 08:42:52 +0100
committerEskil Q <eskilq@kth.se>2021-01-02 08:42:52 +0100
commit5cdac93a475b4402680ac8d274677f4ba29b1e25 (patch)
tree914195931b200d74f7ee11003659a24c1c9f2761 /mumd/Cargo.toml
parent65d7b5e907ffbb594319e13684f7f566c0ad2264 (diff)
downloadmum-5cdac93a475b4402680ac8d274677f4ba29b1e25.tar.gz
add OpusEncoder stream
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 101e614..d12cec2 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -19,6 +19,7 @@ notifications = ["libnotify"]
mumlib = { version = "0.3", path = "../mumlib" }
argparse = "0.2"
+async-stream = "0.3.0"
cpal = "0.13"
bytes = "1.0"
dasp_interpolate = { version = "0.11", features = ["linear"] }