ggml-org/whisper.cpp

whisper.wasm : update Emscripten bridge to provide text segments and token data to the JS layer

Open

#585 opened on 2023年3月8日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)C++ (5,535 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (49,693 stars)
PR merge metrics
 (平均マージ 5d 20h) (30d で 36 merged PRs)

説明

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?

コントリビューターガイド