diff options
| author | Eskil Q <eskilq@kth.se> | 2021-01-02 08:42:52 +0100 |
|---|---|---|
| committer | Eskil Q <eskilq@kth.se> | 2021-01-02 08:42:52 +0100 |
| commit | 5cdac93a475b4402680ac8d274677f4ba29b1e25 (patch) | |
| tree | 914195931b200d74f7ee11003659a24c1c9f2761 /mumd/Cargo.toml | |
| parent | 65d7b5e907ffbb594319e13684f7f566c0ad2264 (diff) | |
| download | mum-5cdac93a475b4402680ac8d274677f4ba29b1e25.tar.gz | |
add OpusEncoder stream
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 1 |
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"] } |
