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

Downsampling non-integer value crashes when using librtfilter #29

Open
MartinHerren opened this issue Oct 6, 2017 · 3 comments
Open
Labels

Comments

@MartinHerren
Copy link
Owner

No description provided.

@MartinHerren MartinHerren changed the title Downsampling ational value crashes Downsampling non-integer value crashes when using librtfilter Oct 6, 2017
@MartinHerren
Copy link
Owner Author

Should take nearest integer instead of crashing

@MartinHerren
Copy link
Owner Author

Only happens with some values, not all. Only known value to now: 48000->5000 S/s
The problem seems to be that nan values appear in fft's output in this case.
In the meantime a fix preventing the crash when fft outputs nan values. It won't crash put won't produce output.

@MartinHerren
Copy link
Owner Author

Could be a problem in librftilter, seems to accumulate values until they overflow when downsampling with some rates

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

No branches or pull requests

1 participant