Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public class PhaseLockedVocoder: Node {
/// - position: Position in time. When non-changing it will do a spectral freeze of a the current point in time.
/// - amplitude: Amplitude.
/// - pitchRatio: Pitch ratio. A value of. 1 normal, 2 is double speed, 0.5 is halfspeed, etc.
/// - grainSize: Size (samples, pow 2) of the spectral freeze. Lower sizes – crisper sound when moving position.
///
public init(
file: AVAudioFile,
Expand Down
Loading