Skip to content
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

Accept bytes as argument #102

Open
aigrinder opened this issue Dec 17, 2024 · 0 comments
Open

Accept bytes as argument #102

aigrinder opened this issue Dec 17, 2024 · 0 comments
Labels
kind/enhancement New feature or request triage/needs-investigation Issue needs investigation before it can be confirmed.

Comments

@aigrinder
Copy link

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

@marcusolsson marcusolsson added kind/enhancement New feature or request triage/needs-investigation Issue needs investigation before it can be confirmed. labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request triage/needs-investigation Issue needs investigation before it can be confirmed.
Projects
None yet
Development

No branches or pull requests

2 participants