whispercpp.py
whispercpp.py copied to clipboard
Feature Request: Add io.BytesIO Support to transcribe Method Input
Currently, the transcribe method only accepts a file path or a NumPy array as input. It would be helpful to also support io.BytesIO objects, as we often work with in-memory files passed across services without writing them to disk.