-
Notifications
You must be signed in to change notification settings - Fork 30
Accept bytes as argument #102
Copy link
Copy link
Open
Labels
kind/enhancementNew feature or requestNew feature or requesttriage/needs-investigationIssue needs investigation before it can be confirmed.Issue needs investigation before it can be confirmed.
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or requesttriage/needs-investigationIssue needs investigation before it can be confirmed.Issue needs investigation before it can be confirmed.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is probably just a typing issue, but currently transcribe, transcribe_async, transcribe_group, and transcribe_group_async can only accept
Union[str, BinaryIO]as audio format.Please update the interface so it can also accept
bytesinput type, on initial testing it looks like passing an argument of typebytesworks fine anyways