Async USB read

This commit is contained in:
Niellune
2026-03-21 03:28:52 +02:00
parent 6e1cf00086
commit a06e58133f
11 changed files with 271 additions and 149 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ void Application::loop()
interface.drawHome(true, PROTOCOL_STATUS_UNKNOWN);
VideoBuffer videoBuffer;
Protocol protocol(Settings::width, Settings::height, Settings::sourceFps, AV_INPUT_BUFFER_PADDING_SIZE);
Protocol protocol(Settings::width, Settings::height, Settings::sourceFps);
Decoder decoder;
PcmAudio audioMain("Main"), audioAux("Aux");