refactor: ♻️ refactor and update dependencies
This commit is contained in:
parent
73f624b14f
commit
0f31fd54ea
10 changed files with 107 additions and 83 deletions
|
@ -1,3 +1,7 @@
|
|||
pub mod components;
|
||||
pub mod listening;
|
||||
pub mod status;
|
||||
pub mod streaming;
|
||||
|
||||
static BUFFER_LENGTH: usize = 1000000;
|
||||
static BUFFER_LIMIT: usize = BUFFER_LENGTH / 100 * 90;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue