feat: ✨ remote mixer part 2
This commit is contained in:
parent
cabb54cad3
commit
0c187b166f
2 changed files with 67 additions and 19 deletions
|
@ -7,7 +7,7 @@ use std::{
|
|||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
pub const BUFFER_LENGTH: usize = 1024 * 8;
|
||||
pub const BUFFER_LENGTH: usize = 1024 * 16;
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub enum Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue