-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C Api] v4.1.3 ReflectionEffect cannot run correctly and the output is silent (test case) #247
Comments
From what I can tell, this code tries to get mixed reflections from an
Let me know if neither of these resolves the issue. |
Thank you for your patient answer. I tried both of the methods you provided, but the final output is still silent.I suspect there is a problem with the generation of IPLReflectionEffectIR, but I don't have any log prompts. |
I took a closer look at the code, and it looks like the impulse response is silent because the listener is at one of the vertices of the geometry (0, 0, 0). Try moving the listener slightly away from the geometry (e.g. by adding an offset in the z-axis). That, in addition to one of the fixes I suggested above, should hopefully resolve the issue. Let us know if it doesn't. |
You're right. I tried to move the listener slightly away from the geometry and it worked. Thank you again for your patient answer, which is of great help to me. Best wishes. |
This issue has been automatically marked stale, and will automatically be closed in 30 days if no activity occurs. |
According to the documentation, ReflectionEffect is called,but it cannot run correctly and the output result is silent.
(Tested with Steam Audio 4.1.3, MacOS 10.15.7 Intel, Xcode 11.3.1)
Is this a bug or am I using the API incorrectly?
Click to expand
The text was updated successfully, but these errors were encountered: