Sound absorbtion and reflection in Unity
Hello Unity freaks! Does anyone know if there is any asset or package which contains sound reflection and sound absorbtion? I know there is a module which has simmilar parameters for light, but in my project I need the sound to bounce from walls. I would be really grateful for any ideas!
Michal
Answer by Cuttlas-U · Mar 09, 2018 at 11:26 PM
hey; there are some sound effects in unity u can use ;
like bathroom , close room , and else ...
Yes, but in my project i do not need general reverbation in room. I need to set proper parameters (absorbtion and reflection) to every single plane, so the room can act like in reality.
Answer by meat5000 · Mar 11, 2018 at 11:50 AM
FMOD was always popular. I think that does it all.
https://developers.google.com/resonance-audio/develop/fmod/game-engine-integration
Room effects in Unity FMOD projects
Resonance Audio provides room effects in Unity that let you:
Control how sounds react to the size and surface properties of the rooms you create.
React to the movements of the listener and the sound sources within your scene.
Your answer