Skip to content
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

Set update rate for Dolby spatial audio to 30ms from 500ms #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zfox23
Copy link
Contributor

@zfox23 zfox23 commented Dec 5, 2022

@github-actions
Copy link

github-actions bot commented Dec 5, 2022

Hello @zfox23, thanks for opening your first Pull Request. Someone will review it soon.

@aranlunzer
Copy link
Contributor

It's clear that 500ms is unhelpfully slow, but since every invocation is a network transaction (as well as a local calculation) there is a cost to increasing the frequency. In a session with 5 users, for example, asking the server to update the spatial scene up to 150 times per second seems... over-eager. Maybe try with 100ms?

It would be nice if we could find a guideline from Dolby (or elsewhere?) on a recommended update rate. My searches haven't turned up anything yet.

@yoshikiohshima
Copy link
Contributor

Yeah, I think we need test 30ms and 100ms at one point by ourselves also.

@aranlunzer
Copy link
Contributor

I can see that faster rates would be important for a participant with head tracking - but I don't think we're supporting that yet, right?

@yoshikiohshima
Copy link
Contributor

Microverse works fine with Oculus head set's head tracking.

@aranlunzer
Copy link
Contributor

In that case, maybe we should set the rate depending on whether the user is immersed. Presumably much larger rates of angular change are possible than with the joystick-based interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants