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
FilterType.h
Go to the documentation of this file.
1//=======================================================================
29//=======================================================================
30
31#ifndef FILTERTYPE_H
32#define FILTERTYPE_H
33
43enum class FilterType {
44 HighShelf,
45 LowShelf,
46};
47
48#endif // FILTERTYPE_H
FilterType
An enumeration of filter types.
Definition: FilterType.h:43
@ LowShelf
Low shelf filter.
@ HighShelf
High shelf filter.