Files
Bachelor-Arbeit-Adrian-Haefner/Assets/StreamingAssets/configFile.json
adriadri6972 d3d9c5f833 upload project
2025-07-31 15:21:08 +02:00

49 lines
1.6 KiB
JSON

{
"logSettings": {
"sessionId": "1",
"mainLogFolder": "D:/Programme/Unity/Bachelorarbeit - Kopie/Assets/../LogFiles_ExciteOMeter/",
"mainDebugFilename": "logDebug.txt",
"sessionJsonFilename": "sessionData.json",
"recordScreenshots": false,
"screenshotsPeriodSecs": 20.0,
"recordMovementData": false,
"recordMovementFrequency": 10
},
"featureSettings": {
"DEFAULT_IS_SAMPLE_BASED": false,
"DEFAULT_WINDOW_TIME_SECS": 20.0,
"DEFAULT_OVERLAP_FRACTION": 0.5,
"DEFAULT_SAMPLE_BUFFER": 5,
"DEFAULT_OVERLAP_SAMPLES": 1,
"DEFAULT_OFFSET_SAMPLES_TIMESTAMP": 0,
"matchInputOutputLength": true,
"RMSSD": {
"isSampleBased": true,
"windowTime": 10.0,
"overlapPercentageTime": 0.0,
"sampleBufferLength": 10,
"overlapSamplesLength": 9,
"offsetSamplesInTimestamp": 8
},
"SDNN": {
"isSampleBased": false,
"windowTime": 10.0,
"overlapPercentageTime": 0.0,
"sampleBufferLength": 5,
"overlapSamplesLength": 1,
"offsetSamplesInTimestamp": 0
},
"HeadsetVelocityAccelerations": {
"isSampleBased": true,
"windowTime": 0.0,
"overlapPercentageTime": 0.0,
"sampleBufferLength": 3,
"overlapSamplesLength": 1,
"offsetSamplesInTimestamp": 0
}
},
"offlineAnalysisSettings": {
"isInOfflineMode": false,
"callerSceneName": ""
}
}