-
Notifications
You must be signed in to change notification settings - Fork 30
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
Typos discovered while hamering on the repo #107
Conversation
This looks ok to me but please remove the commit that adds all these |
f59bf40
to
206164d
Compare
Done both
|
int_v (AUDIO_S32LSB); | ||
int_v (AUDIO_S32MSB); | ||
int_v (AUDIO_S32SYS); | ||
int_v (AUDIO_S32); | ||
int_v (AUDIO_S32LSB); | ||
int_v (AUDIO_F32LSB); |
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.
Why are you removing these constants ?
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. These are duplicates (look 5 lines above in this example)
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.
Ah yes thanks!
Thanks they have been merged, could you please rebase your other PRs so that they are simpler to inspect. |
I've done some heavy work to avoid as much as possible the use of
ctypes-foreign
. Not sure, it is a good idea; I'll open a PR with the result where we'll can discuss whether it makes sense. Still, in the process, I've discovered a few glitches:that, I think, would be nice to change independently of the mega rewrite of the plumbing...