Media Player SDK
|
Sets the parameters for the DS Echo effect.
procedure Audio_Effects_DS_Echo(Stream: Integer; ID: Integer; Feedback: Double; LeftDelay: Double; RightDelay: Double; PanDelay: Double; PanDelay_UseMax: Boolean; WetDryMix: Double);
__fastcall Audio_Effects_DS_Echo(int Stream, int ID, Double Feedback, Double LeftDelay, Double RightDelay, Double PanDelay, Boolean PanDelay_UseMax, Double WetDryMix);
public Audio_Effects_DS_Echo(int Stream, int ID, Double Feedback, Double LeftDelay, Double RightDelay, Double PanDelay, Boolean PanDelay_UseMax, Double WetDryMix);
Public Sub Audio_Effects_DS_Echo(Stream As Integer, ID As Integer, Feedback As Double, LeftDelay As Double, RightDelay As Double, PanDelay As Double, PanDelay_UseMax As Boolean, WetDryMix As Double)
public Audio_Effects_DS_Echo(int Stream, int ID, Double Feedback, Double LeftDelay, Double RightDelay, Double PanDelay, Boolean PanDelay_UseMax, Double WetDryMix);
Audio_Effects_DS_Echo(int Stream, int ID, Double Feedback, Double LeftDelay, Double RightDelay, Double PanDelay, Boolean PanDelay_UseMax, Double WetDryMix);
Audio_Effects_DS_Echo
Parameters |
Description |
Stream: Integer |
Stream ID. |
ID: Integer |
Effect ID. |
Feedback: Double |
Specifies the feedback of the filter (0 - 100.0). |
LeftDelay: Double |
Specifies the left delay of the filter (1.0 - 2000.0). |
RightDelay: Double |
Specifies the right delay of the filter (1.0 - 2000.0). |
PanDelay: Double |
Specifies the pan delay of the filter (0 - 1). |
PanDelay_UseMax: Boolean |
Use maximum pan delay. |
WetDryMix: Double |
Specifies the wet and dry mix of the filter (0.0 - 100.0). |
An echo effect causes sounds to be repeated after a fixed delay, usually at a diminished volume. As the repeated sounds are fed back into the mix, they are repeated again.
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|