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