Struct AudioStreamRandomPitch
Plays audio with random pitch shifting.
struct AudioStreamRandomPitch
;
Randomly varies pitch on each start.
Properties
| Name | Type | Description |
|---|---|---|
audioStream[get, set]
|
AudioStream | The current AudioStream.
|
randomPitch[get, set]
|
double | The intensity of random pitch variation. |
Methods
| Name | Description |
|---|---|
getAudioStream
|
|
getRandomPitch
|
|
setAudioStream
|
|
setRandomPitch
|