You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand we can only give file paths to the transcribe function. It would be super nice if we could avoid writing to the disk. E.g.: a thread is producing the audio and I would like to process it on the fly.
The text was updated successfully, but these errors were encountered:
gaborvecsei
changed the title
Accept BytesIO and not just file paths
Accept BytesIO/bytes and not just file paths
Aug 30, 2023
As far as I understand we can only give file paths to the
transcribe
function. It would be super nice if we could avoid writing to the disk. E.g.: a thread is producing the audio and I would like to process it on the fly.The text was updated successfully, but these errors were encountered: