optimize audio
This commit is contained in:
parent
66e39b62a2
commit
f69f6bc8d4
3 changed files with 40 additions and 24 deletions
|
|
@ -11,7 +11,7 @@ use std::{
|
|||
};
|
||||
type Xdo = *const c_void;
|
||||
|
||||
pub const PA_SAMPLE_RATE: u32 = 24000;
|
||||
pub const PA_SAMPLE_RATE: u32 = 48000;
|
||||
static mut UNMODIFIED: bool = true;
|
||||
|
||||
thread_local! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue