OSSIA
Open Scenario System for Interactive Application
audio_stretch_mode.hpp
1 #pragma once
2 #include <cstdint>
3 
4 namespace ossia
5 {
6 enum audio_stretch_mode : int8_t
7 {
8  None,
9  RubberBandStandard,
10  RubberBandPercussive,
11  Repitch,
12  RubberBandStandardHQ,
13  RubberBandPercussiveHQ,
14 };
15 }
Definition: git_info.h:7