[[Soundlib3]] 声音库和 delphi - 如何添加混响(soundlib3 中的信号处理)

[[Soundlib3]] Sound Library and delphi - How do add reverb (signal processing in soundlib3)

如何使用 Delphi 中的 Soundlib3 将混响应用于声音输出?

你不能; SoundLib3 目前不支持混响或回声。粗略阅读 the documentation 显示:

procedure setEnvironmentType(entype : longword);

This function is currently NOT supported. It will set the type of environment. According to this, reflections, echoes and hall effects can be calculated.

另见

procedure setEnvironmentSize(size : tSVector);

This function is currently NOT supported. It will set the size of the environment. All values are in metres. According to this, reflections, echoes and hall effects can be calculated.