dasp icon indicating copy to clipboard operation
dasp copied to clipboard

Readme code error

Open yingshaoxo opened this issue 3 years ago • 0 comments

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};

yingshaoxo avatar Feb 14 '22 08:02 yingshaoxo