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

the loop delay in generating and playing signals should be more accurate #108

Open
robertoostenveld opened this issue Oct 29, 2017 · 2 comments

Comments

@robertoostenveld
Copy link
Member

right now it is based on a short-term estimate. There is still some code evaluated which is not part of that estimate. The consequence is that the loop is slightly (few ms) too slow.

This relates to generatesignal, playback and playbackctrl, but possibly also the synthesizer module.

@robertoostenveld
Copy link
Member Author

I have implemented the new smoothing and calibration modules with an improved timing in the main loop (not using a simple delay, but adapting it to the execution speed)

@robertoostenveld
Copy link
Member Author

This is something that could now be implemented consistently in loop_forever

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