Skip to content

Commit

Permalink
remove lowLag audio function which fixed video recording error
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayik committed Aug 4, 2017
1 parent 4418617 commit a1ecfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var maxTrials = trials.length
var trialTimeoutID
var t = Number(picNum.value.trim())-1
var tReal = t-1
lowLag.init(); // init audio functions
//lowLag.init(); // init audio functions
var userDataPath = path.join(app.getPath('userData'),'Data')
makeSureUserDataFolderIsThere()
var savePath
Expand Down

0 comments on commit a1ecfc6

Please sign in to comment.