-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Labels
breakingInterface changes that would break current usage (producing errors or undesired behavior).Interface changes that would break current usage (producing errors or undesired behavior).
Description
Follow up to #256, brought up by @sandersdan.
It's standard for video pixel formats to be uppercase, but audio sample formats don't have such a strong convention. JS enums are more commonly seen as lower case. @padenot, was there a specific intention with going to uppercase?
Any thoughts on using u8p
or u8P
instead of U8P
?
Metadata
Metadata
Assignees
Labels
breakingInterface changes that would break current usage (producing errors or undesired behavior).Interface changes that would break current usage (producing errors or undesired behavior).