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

effects: Doppler can get unsynced when speed is too high or distance is too small #114

Open
duysqubix opened this issue Oct 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@duysqubix
Copy link
Contributor

The reason is, that in such cases, resampler can stream different amount of samples than needed (we always need to stream len(samples) samples of the original data). We somehow need to make sure that we always stream the correct amount of original data.

Original issue: faiface/beep#6

@MarkKremer MarkKremer added the bug Something isn't working label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants