Placeholder-Software / Dissonance

Unity Voice Chat Asset
69 stars 5 forks source link

Oculus Quest 2 No Audio issue #220

Closed JamesMillsDev closed 3 years ago

JamesMillsDev commented 3 years ago

Context

Using Oculus Quest 2, the microphone does work with Unity as tested with just making it play back to myself using a simple script, however nothing is sent over the network, and Dissonance might not be opening the mic on the Oculus correctly, but due to having to build to test this issue because it's Android, I cannot say for certain.

Expected Behavior

Dissonance should be broadcasting the microphone across the network.

Actual Behavior

Nothing is captured or sent

JamesMillsDev commented 3 years ago

Upon further investigation, it doesn't appear to be working on the rift either when Unity is set to Android, so maybe it's something to do with opening the mic on an Oculus?

martindevans commented 3 years ago

Could you turn the logging settings up to Debug for all categories in Window > Dissonance > Diagnostics and share a log from the Quest? That should show if Dissonance is trying to open the mic, and if it thinks it has succeeded.

JamesMillsDev commented 3 years ago

Editor.log

martindevans commented 3 years ago

(discussed further on Discord and resolved the issue).