mirror of
https://github.com/haileys/bark
synced 2025-03-16 22:57:00 +00:00
audio thread doesn't need realtime priority anymore
This commit is contained in:
parent
0ac83b5e96
commit
5e47ba9c2a
1 changed files with 0 additions and 1 deletions
|
@ -271,7 +271,6 @@ pub fn run(opt: ReceiveOpt) -> Result<(), RunError> {
|
|||
let state = state.clone();
|
||||
move || {
|
||||
thread::set_name("bark/audio");
|
||||
thread::set_realtime_priority();
|
||||
|
||||
loop {
|
||||
let mut state = state.lock().unwrap();
|
||||
|
|
Loading…
Add table
Reference in a new issue