[WintimerTester v1.1] Timer: HIGHRES Duration: 10.00 s Tick # Expected (ms) Actual (ms) Δ (ms) ------------------------------------------------ 1 0.000 0.001 +0.001 2 0.100 0.100 +0.000 3 0.200 0.201 +0.001 ... 99999 9999.900 10000.112 +0.212 ------------------------------------------------ Summary: Avg Δ = +0.041 ms Max Δ = +0.212 ms Std Dev = 0.037 ms Total Drift = +0.41 ms (0.0041 %)
# PowerShell script that uses the multimedia timer to schedule audio buffers Add-Type -AssemblyName System.Windows.Forms [System.Windows.Forms.Timer]$timer = New-Object System.Windows.Forms.Timer $timer.Interval
[WintimerTester v1.1] Timer: HIGHRES Duration: 10.00 s Tick # Expected (ms) Actual (ms) Δ (ms) ------------------------------------------------ 1 0.000 0.001 +0.001 2 0.100 0.100 +0.000 3 0.200 0.201 +0.001 ... 99999 9999.900 10000.112 +0.212 ------------------------------------------------ Summary: Avg Δ = +0.041 ms Max Δ = +0.212 ms Std Dev = 0.037 ms Total Drift = +0.41 ms (0.0041 %)
# PowerShell script that uses the multimedia timer to schedule audio buffers Add-Type -AssemblyName System.Windows.Forms [System.Windows.Forms.Timer]$timer = New-Object System.Windows.Forms.Timer $timer.Interval wintimertester 1.1