diff --git a/js/audio.js b/js/audio.js index f07aa751..8b1a2c63 100644 --- a/js/audio.js +++ b/js/audio.js @@ -142,8 +142,10 @@ const get_audio_offline = () => new Promise(resolve => { // lies if (hashG !== hashC) {isLies = true} else {isLies = check_audioLies()} // notation: two results: ARM and non-ARM - if (hashC == 'a7c1fbb6') {notation = sgtick+'x86/amd]'+sc // 1877221 FF123+ - } else if (hashC == 'a34c73cd') {notation = sgtick+'ARM]'+sc} + if (hashC == 'a7c1fbb6') {notation = sgtick+'x86/AMD 64bit]'+sc // 1877221 FF123+ + } else if (hashC == '24fc63ce') {notation = sgtick+'x86/AMD 32bit]'+sc + } else if (hashC == 'a34c73cd') {notation = sgtick+'ARM]'+sc + } addBoth(11, METRIC, display,'', notation, value, isLies) log_perf(11, METRIC, t0) return resolve()