Difference between revisions of "Windows audio-realtime troubleshooting"
From SOUND4wiki
(Created page with "If you experience problems in real-time audio on Windows, you should definitely analyze what is going on with one or both of these tools: * LatencyMon : http://www.resplenden...") |
m |
||
Line 1: | Line 1: | ||
If you experience problems in real-time audio on Windows, you should definitely analyze what is going on with one or both of these tools: | If you experience problems in real-time audio on Windows, you should definitely analyze what is going on with one or both of these tools: | ||
− | * LatencyMon : http://www.resplendence.com/latencymon | + | *LatencyMon : http://www.resplendence.com/latencymon |
− | * DPC latency checker: https://www.thesycon.de/eng/latency_check.shtml | + | *DPC latency checker: https://www.thesycon.de/eng/latency_check.shtml |
+ | |||
+ | |||
+ | If the SOUND4 Stream has troubles like timeouts, you may try to increase its priority: | ||
+ | |||
+ | Open Regedit and go to <code>Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SOUND4 Stream</code> and add <code>--priority high</code> to the <code>Parameters</code> key. | ||
+ | |||
+ | <br /> |
Revision as of 09:55, 16 September 2020
If you experience problems in real-time audio on Windows, you should definitely analyze what is going on with one or both of these tools:
- LatencyMon : http://www.resplendence.com/latencymon
- DPC latency checker: https://www.thesycon.de/eng/latency_check.shtml
If the SOUND4 Stream has troubles like timeouts, you may try to increase its priority:
Open Regedit and go to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SOUND4 Stream
and add --priority high
to the Parameters
key.