whisper-cpp-python
whisper-cpp-python copied to clipboard
Accept `BytesIO`/`bytes` and not just file paths
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.