feat: ✨ First microphone stream from server to client
This commit is contained in:
parent
7e5a235382
commit
669dbcc0e8
8 changed files with 229 additions and 92 deletions
|
@ -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");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue