dync classref with current source

This commit is contained in:
Rémi Verschelde
2019-06-29 12:36:34 +02:00
parent 7d1e807f69
commit 05d7b34796
349 changed files with 3655 additions and 2920 deletions

View File

@@ -14,7 +14,7 @@ AudioEffectPitchShift
Brief Description
-----------------
Adds a Pitch shift audio effect to an Audio bus.
Adds a pitch-shifting audio effect to an Audio bus.
Raises or lowers the pitch of original sound.
@@ -58,7 +58,7 @@ enum **FFT_Size**:
- **FFT_SIZE_4096** = **4**
- **FFT_SIZE_MAX** = **5**
- **FFT_SIZE_MAX** = **5** --- Represents the size of the :ref:`FFT_Size<enum_AudioEffectPitchShift_FFT_Size>` enum.
Description
-----------