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

Huge Lags when Setting Ambisonics Order to 3 or 4 #36

Closed
CalvinSchulze opened this issue Jul 5, 2017 · 2 comments
Closed

Huge Lags when Setting Ambisonics Order to 3 or 4 #36

CalvinSchulze opened this issue Jul 5, 2017 · 2 comments

Comments

@CalvinSchulze
Copy link

CalvinSchulze commented Jul 5, 2017

Whenever I do this, the game lags for 0,5s to 1s. I thought it could be a my pc, but every part in it is running low. Nowhere near maximum performance, the CPU Usage stays at 37%. This appears in build projects as well.

I'm using an Intel Xeon e3 1231 v3 @3,40GHz up to 3,9GHz

@freemancw
Copy link
Contributor

Compute scales with ambisonics order as (n+1)^2. For 3rd order, that is 16 channels, and 4th order gives 25 channels. That is a very large number of channels to process. Since this is a recurring thing we see, we will look into providing a warning for users when they choose higher order ambisonics.

@achandak
Copy link
Collaborator

achandak commented Aug 7, 2017

@CalvinSchulze - we have added a warning when a user sets the Ambisonics Order to high values. We will continue to improve performance in future releases.

@achandak achandak closed this as completed Aug 7, 2017
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

No branches or pull requests

3 participants