feat: First microphone stream from server to client

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-03-24 16:29:43 +03:00
parent 7e5a235382
commit 669dbcc0e8
8 changed files with 229 additions and 92 deletions

View file

@ -33,7 +33,7 @@ async fn main() {
}
}
if output_fell_behind {
eprintln!("Output consumed all, increase delay");
eprintln!("Too fast friend");
}
};
@ -49,7 +49,7 @@ async fn main() {
};
}
if input_fell_behind {
eprintln!("Input can't be fast enough, increase delay");
eprintln!("Too fast");
}
};