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

标签 delphi audio signal-processing

如何在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.

关于delphi - [[Soundlib3]]声音库和delphi-如何添加混响(soundlib3中的信号处理),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34670788/

相关文章:

python - 如何在 python 中使用 sounddevice 打开音频输出流?

c - 就地乘法子例程 - 传递指针或值?

delphi - 谁在设计时绘制 TTimer?

c++ - 将 Delphi DLL 函数导入 C++ Builder ,调用 PAnsiChar

android - 当用户手动调节音量时,如何更改受影响的音量类型?

image - MATLAB 中的部分卷积

c - 区分各种 Qx 定点类型?

delphi - 处理异常

delphi - 改变TEdits Delphi Xe5焦点的正确方法

android - 屏幕方向如何避免音频停止(几毫秒)?