Skip to content

Commit

Permalink
audiocontroltask, smaller vtaskdelay
Browse files Browse the repository at this point in the history
run HLS ts streams smoother
  • Loading branch information
schreibfaul1 committed Oct 17, 2024
1 parent 19c5ba1 commit f034878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audiocontroltask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void audioTask(void *parameter) {
else audio.setVolume(t_volume, t_volCurve);
}
}
vTaskDelay(10 / portTICK_PERIOD_MS);
vTaskDelay(5 / portTICK_PERIOD_MS);
}
}

Expand Down

0 comments on commit f034878

Please sign in to comment.