* temporarily disable high latency

This commit is contained in:
Seth Call 2015-04-28 11:28:10 -05:00
parent a73aaec393
commit 9fa10fe2b2
2 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,7 @@ context.JK.SinglePlayerProfileGuardDialog = class SinglePlayerProfileGuardDialog
latency = '?'
if canPlayWithOthers.audioLatency?
latency = canPlayWithOthers.audioLatency
latency = canPlayWithOthers.audioLatency.toFixed(2)
@audioLatency.text("#{latency} milliseconds.")

View File

@ -47,6 +47,9 @@
var networkScore = context.jamClient.GetNetworkTestScore();
var badNetworkScore = networkScore < 2;
// for now, ignore latency
highLatency = false
return {
canPlay: !isNoInputProfile && !highLatency,
isNoInputProfile: isNoInputProfile,