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 |
||
(3 intermediate revisions by the same user not shown) | |||
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 (alternate: https://www.softpedia.com/get/System/System-Info/DPC-Latency-Checker.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. | ||
+ | |||
+ | For the SOUND4 watermark, default priority is realtime (rt). It can be lowered the same way with high, normal or low. | ||
+ | |||
+ | <br /> | ||
+ | [[Category:Troubleshoot]] |
Latest revision as of 10:54, 14 February 2024
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 (alternate: https://www.softpedia.com/get/System/System-Info/DPC-Latency-Checker.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.
For the SOUND4 watermark, default priority is realtime (rt). It can be lowered the same way with high, normal or low.