ggml-org/whisper.cpp
在 GitHub 查看whisper.wasm : update Emscripten bridge to provide text segments and token data to the JS layer
Open
#585 创建于 2023年3月8日
enhancementgood first issue
仓库指标
- Star
- (49,693 star)
- PR 合并指标
- (平均合并 5天 20小时) (30 天内合并 36 个 PR)
描述
While Im testing the code I have seen that full_default do not return the data, just only logs it.
To be able to retrieve them I have override the print and printErr handlers to extract the data and then apply clunky regexes.
Could not be awesome if we could gather the output instead of the error code? Or both?