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

Add sample rate option #106

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Add sample rate option #106

merged 1 commit into from
Nov 27, 2024

Conversation

noahsmartin
Copy link
Member

Implements a sample rate option and resolves #20

NSInteger sampleRate = 0;
// If the size is smaller it is a message from an older version of the CLI
// before sampleRate was added
if (payload.length >= sizeof(PTStartFrame)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good check

@noahsmartin noahsmartin merged commit c2fa08b into main Nov 27, 2024
1 check passed
@noahsmartin noahsmartin deleted the addSampleRate branch November 27, 2024 22:23
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

Successfully merging this pull request may close these issues.

Customizable sampling interval
2 participants