|
Oboe
A library for creating real-time audio apps on Android
|
#include <Definitions.h>
Public Attributes | |
| FallbackMode | fallbackMode |
| StretchMode | stretchMode |
| float | pitch |
| float | speed |
Structure for common playback params.
| FallbackMode oboe::PlaybackParameters::fallbackMode |
See FallbackMode.
| float oboe::PlaybackParameters::pitch |
Increases or decreases the tonal frequency of the audio content. It is expressed as a multiplicative factor, where normal pitch is 1.0f. The pitch must be in range of [0.25f, 4.0f].
| float oboe::PlaybackParameters::speed |
Increases or decreases the time to play back a set of audio frames. Normal speed is 1.0f. The speed must in range of [0.01f, 20.0f].
| StretchMode oboe::PlaybackParameters::stretchMode |
See StretchMode.