Skip to content

Commit

Permalink
AudioUnitManifest: Reduce timeout to 2 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Nov 17, 2024
1 parent b0fd89b commit 6d79c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects/backends/audiounit/audiounitmanifest.mm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// Instantiate audio unit (out-of-process) to load parameters
AudioUnitManager manager{component};

const int TIMEOUT_MS = 5000;
const int TIMEOUT_MS = 2000;

QElapsedTimer timer;
timer.start();
Expand Down

0 comments on commit 6d79c2a

Please sign in to comment.