Placeholder-Software / Dissonance

Unity Voice Chat Asset
69 stars 5 forks source link

how fix echo in android? any recomennded voiceSettings? #266

Closed hdev72 closed 1 year ago

hdev72 commented 1 year ago

Hello dear admins I published my game with dissonance and the players get an echo when more than one player is talking. I tried to fix it but I have some problems When I set the Audio Duck Attenuation to -25 or less, the echo is correct but the speaker volume is very low and does not hear the partner's voice. And if I set it to -10 - -15, the echo doesn't work.

do you allready tested for android devices? and have u a recommended settings for fixing sound echo's?

thnks :x

hdev72 commented 1 year ago

resolved by docs

InderChicmic commented 1 year ago

I am unable to remove noise and echo, tried tweaking values a number of times. Can you please share me the settings you set for android @hdev72 ?

hdev72 commented 1 year ago

Loocat the dissonance documentation. Here: https://placeholder-software.co.uk/dissonance/docs/Tutorials/Acoustic-Echo-Cancellation.html

InderChicmic commented 1 year ago

Thanks @hdev72 for replying so quickly. I was applying the Echo cancellation filter to Master Mixer instead of creating new Mixed Group. Here's what I did: 1)Created New "Audio mixer Group". Screenshot 2022-09-19 at 7 19 40 PM 2)Assigned Mixer to playback prefab. Screenshot 2022-09-19 at 7 23 36 PM Hope it helps someone.

martindevans commented 1 year ago

Ideally you do want to attach the Dissonance Echo Cancellation filter to the Master mixer (i.e. the very last mixer in the audio system, which all other audio passes through).