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
TrackType.h
Go to the documentation of this file.
1//=======================================================================
29//=======================================================================
30
31#ifndef TRACKTYPE_H
32#define TRACKTYPE_H
33
45enum class TrackType {
46 Reference,
48};
49
50#endif // TRACKTYPE_H
51
TrackType
Represents the type of audio track.
Definition: TrackType.h:45
@ Modified
The track is a Modified track.
@ Reference
The track is a Reference track.