Skip to content

Commit

Permalink
audio thread doesn't need realtime priority anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
haileys committed Jan 14, 2024
1 parent 0ac83b5 commit 5e47ba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bark/src/receive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5e47ba9

Please sign in to comment.