-
Notifications
You must be signed in to change notification settings - Fork 5
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
Dissonnance with Unity NGO, hearing myself #288
Comments
This sounds like feedback - the remote speakers play your voice, the remote mic records your voice and sends it back to you. To confirm this, try muting the host and speaking in the quest (or the other way around). If it is feedback, I'd recommend a few steps to help reduce the problem:
|
The point is there are no speakers and no mic on the host... |
Oh that's definitely not right! Normally in Dissonance it's almost impossible to hear yourself, because the system doesn't create an audio playback pipeline for yourself. Can you reproduce this issue within the editor instead of the Quest? That will make it a lot easier to debug. |
The problem only occurs if i run the server as "host", if I run it as "server" things are working properly. Is there any internal audio loop on the server side if running as "host" ? |
In Dissonance a server can run in two modes:
So if you're running as Host that means the remote end is sending and receiving audio. If you look in the DissonanceComms inspector on the client you should see the server listed as another player. It'll show |
Hello, I'm running a simple NGO setup with Dissonance, and i can hear myself. (Unity 2022.3.26f1).
I run a host on a Debian server, and connect 1 client from a Quest 2.
When i speak, i hear my voice back with ~1s delay. This is not supposed to occur, i think.
I followed the NGO setup guide provided in the documentation.
What could possibly be the problem ?
The text was updated successfully, but these errors were encountered: