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

GetSampleRate() on MultiChannel #313

Open
stellarpower opened this issue Dec 9, 2023 · 0 comments
Open

GetSampleRate() on MultiChannel #313

stellarpower opened this issue Dec 9, 2023 · 0 comments

Comments

@stellarpower
Copy link

MultiChannel::GetSampleRate() makes the assumption that the sample rate for all channels should be the same. My classifier has some connections that have a sample rate of 0. I'm therefore not sure this assumption is correct.

I reckon the safest thing is probably to return zero if any of the channels has zero sample rate, else if they are the same then return that.

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