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
SourceType.h
Go to the documentation of this file.
1//=======================================================================
29//=======================================================================
30
31#ifndef SOURCETYPE_H
32#define SOURCETYPE_H
33
46enum class SourceType {
47 Local,
48 JackInput,
49};
50
51#endif // SOURCETYPE_H
52
SourceType
Represents the source of audio input.
Definition: SourceType.h:46
@ Local
The source of the audio input is local.
@ JackInput
The source of the audio input is a JACK input.