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