Skip to content

Conversation

@mattetti
Copy link
Owner

No description provided.

Copy link

@egonelbre egonelbre left a comment

Choose a reason for hiding this comment

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

Few drive-by comments :)

Choose a reason for hiding this comment

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

I'm not sure .vscode files should be committed, because every person usually has their own custom setup. Ofc. this is a personal repo, so feel free to ignore this.

)

type FramesInt []int
type SamplesInt []int

Choose a reason for hiding this comment

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

Note, it seems dangerous to me to use int as the base type. This would end up different conversions from float64 to int based on the platform. I would think that either int32 or int64 here would be a better option overall.

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.

3 participants