feat: ✨ speaker on/of capability
This commit is contained in:
parent
6efb12d3b0
commit
c244401974
4 changed files with 88 additions and 30 deletions
|
@ -2,7 +2,7 @@ pub mod gui;
|
|||
pub mod stream;
|
||||
pub mod voice;
|
||||
|
||||
const MICROPHONE_BUFFER_LENGHT: usize = 1024 * 16;
|
||||
const MICROPHONE_BUFFER_LENGHT: usize = 1024 * 4;
|
||||
const SPEAKER_BUFFER_LENGHT: usize = 1024 * 16 * 4;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue