is it possible that shared audio Latency in wasapi can be lower as 22 ms ?

benny b 1 Reputation point
2021-02-19T11:45:27.323+00:00

In exclusive mode wasapi work with 10 ms good. (see ms and buffer size in studio one) . Then youtube and windows sound do not work on same device. When disable exclusive there is latency of 22 ms show. seem windows intern add 12 ms latency and there can a delay hear. this is too much for realtime play. is it not possible that Microsoft add the feature that shared wasapi can work with at least 12 ms on modern systems ?. this is ok too. todays PC get faster so it should be possible to have shorter shared audio latency.

Windows development Windows API - Win32
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Roman R 331 Reputation points
    2021-02-21T18:32:51.45+00:00

    22 ms is good latency for shared mode

    There are good reasons to NOT reduce it further, especially that YouTube playback does not need such mode of operation. Low latency is the domain of pro audio applications and this is covered by exclusive mode, assuming you could put some additional effort from your end either via development or by putting another audio output device if you need shared and exclusive side by side.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.