RustAudio / dasp

The fundamentals for Digital Audio Signal Processing. Formerly `sample`.
Other
883 stars 64 forks source link

Readme code error #171

Open yingshaoxo opened 2 years ago

yingshaoxo commented 2 years ago
image image

I got some errors here, it shouldn't be.

Did I miss any dependencies?

use futures::stream::StreamExt;
use std::pin::Pin;
use tokio::sync::broadcast;
use tokio_stream::wrappers::BroadcastStream;
use tokio_stream::Stream;

use dasp::signal;
use rawsample::{SampleFormat, SampleReader, SampleWriter};