FMOD停止还是复位DSP? [英] FMOD Stop or Reset a DSP?

查看:115
本文介绍了FMOD停止还是复位DSP?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个关于在FMOD中停止DSP的问题.我有一个要停止启用DSP的按钮.

I have a question about stopping DSP's in FMOD. I have a button that I want to stop my DSP from being enabled.

- (IBAction)myButton:(id)sender {

   FMOD_DSP_Reset(FMOD_DSP_TYPE_ECHO *myEcho);

}

有什么想法吗?我已经研究了文档-但是对我来说不起作用.任何帮助他将不胜感激!

Any ideas? I've looked into the documentation - but it's not working for me. Any help would he highly appreciated!

推荐答案

啊!我想通了-很简单.我想我已经太复杂了.

Ah! I figured it out - it was simple. I think I was over complicating it.

我要做的就是将简单的remove调用放入动作中. :)

All I needed to do was throw in the simple remove call into the action. :)

result = myEcho->remove();

这篇关于FMOD停止还是复位DSP?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆