在 Delphi 下使用 DirectSound (11): 測試壓縮效果器 IDirectSoundFXCompressor8
{相關結構:} TDSFXCompressor = = packed record fGain: Single; // -60 .. 60 :
在 Delphi 下使用 DirectSound (12): 測試失真效果器 IDirectSoundFXDistortion8
{相關結構:} TDSFXDistortion = packed record fGain: Sinle; //-60
在 Delphi 下使用 DirectSound (13): 測試回聲效果器 IDirectSoundFXEcho8
{相關結構:} TDSFXEcho = packed record fWetDryMix: Single; //0 .. 100 : 50 (%)
在 Delphi 下使用 DirectSound (14): 測試鑲邊效果器 IDirectSoundFXFlanger8
{相關結構:} TDSFXFlanger = packed record fWetDryMix: Single; // 0 .. 100 : 50
在 Delphi 下使用 DirectSound (15): 測試混響效果器 IDirectSoundFXWavesReverb8
{相關結構:} TDSFXWavesReverb = packed record fInGain: Single; // -96 ..
在 Delphi 下使用 DirectSound (16): 環境混響效果器 IDirectSoundFXI3DL2Reverb8
IDirectSoundFXI3DL2Reverb8 效果器除了擁有 GetAllParameters()、SetAllParameters() 外, 還比
在 Delphi 下使用 DirectSound (17): 頻率均衡效果器 IDirectSoundFXParamEq8
{相關結構:} TDSFXParamEq = packed record fCenter: Single; // 80 .. 16000 : 800