Skip to content

Commit 4320564

Browse files
update knownGood FF
35.73832903057337 is my new iMac - at some stage we need to ditch enumerating goodness here and instead detect lies in a small hrtz
1 parent 11f6363 commit 4320564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/audio.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ function outputAudio() {
300300
124.08072618581355,124.08072787802666,124.08072787804849,124.08073069039528,124.08074500028306,
301301
124.08075528279005,124.08075643483608,]
302302
if (isFF) {
303-
knownGood = [35.7383295930922,35.73833039775491,35.73833402246237,35.74996018782258,
304-
35.7499681673944,35.74996031448245]
303+
knownGood = [35.7383295930922,35.73833039775491,35.73832903057337,
304+
35.73833402246237,35.74996018782258,35.7499681673944,35.74996031448245]
305305
}
306306
try {
307307
const bufferLen = 5000 // require 5000 to match knownGood

0 commit comments

Comments
 (0)