AudibleT 0.0.1
A real-time A/B/X audio testing tool for subjective assessment of various audio parameters, compatible for general purpose computer as well as embedded systems.
Loading...
Searching...
No Matches
TestingSession.h
Go to the documentation of this file.
1//=======================================================================
29//=======================================================================
30
31
32#ifndef TESTINGSESSION_H
33#define TESTINGSESSION_H
34
50};
51
52#endif // TESTINGSESSION_H
53
Represents a specific testing session.
Definition: TestingSession.h:45
int sampleId
The identifier of the sample being tested in this session.
Definition: TestingSession.h:47
int sessionId
The unique identifier of the testing session.
Definition: TestingSession.h:46
int trialsCount
The total number of trials conducted during the session.
Definition: TestingSession.h:48
int duration
The duration of the session in seconds.
Definition: TestingSession.h:49