Skip to content

Commit b7164d9

Browse files
authored
Merge pull request #36 from Remi-Gau/remi-dev
remove audio data before saving
2 parents faa5ff9 + 3294502 commit b7164d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

audioLocTranslational.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@
152152

153153
eyeTracker('Shutdown', cfg);
154154

155+
% remove the sound data from the cfg before saving it.
156+
cfg = rmfield(cfg, 'soundData');
155157
createJson(cfg, cfg);
156158

157159
farewellScreen(cfg);

0 commit comments

Comments
 (0)