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

Do the initial noise generation in a worker #7

Open
adelespinasse opened this issue Nov 18, 2014 · 0 comments
Open

Do the initial noise generation in a worker #7

adelespinasse opened this issue Nov 18, 2014 · 0 comments

Comments

@adelespinasse
Copy link
Owner

Noise generation is done in the main thread, which is generally pretty fast, at least for short responses, but it could potentially cause a glitch if you're trying to generate a new response while also doing real time stuff. It really should be done in a Web Worker.

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

1 participant