Oboe
A library for creating real-time audio apps on Android
Loading...
Searching...
No Matches
oboe::PlaybackParameters Struct Reference

#include <Definitions.h>

Public Attributes

FallbackMode fallbackMode
 
StretchMode stretchMode
 
float pitch
 
float speed
 

Detailed Description

Structure for common playback params.

Member Data Documentation

◆ fallbackMode

FallbackMode oboe::PlaybackParameters::fallbackMode

See FallbackMode.

◆ pitch

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].

◆ speed

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

StretchMode oboe::PlaybackParameters::stretchMode

See StretchMode.


The documentation for this struct was generated from the following file: