Skip to content

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

3 participants