whispercpp.py icon indicating copy to clipboard operation
whispercpp.py copied to clipboard

Feature Request: Add io.BytesIO Support to transcribe Method Input

Open kaoutaar opened this issue 6 months ago • 0 comments

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.

kaoutaar avatar Apr 10 '25 16:04 kaoutaar