-
Notifications
You must be signed in to change notification settings - Fork 30
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.
Description
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 bytes
input type, on initial testing it looks like passing an argument of type bytes
works fine anyways
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.