You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: