-
Notifications
You must be signed in to change notification settings - Fork 11
more API changes #3
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
base: master
Are you sure you want to change the base?
Conversation
but at least it compiles
egonelbre
left a comment
There was a problem hiding this 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 :)
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
No description provided.