ggml-org/whisper.cpp
whisper.wasm : update Emscripten bridge to provide text segments and token data to the JS layer
Offen
#585 geöffnet am 08.03.2023
enhancementgood first issue
Repository-Metriken
- Stars
- (52.920 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 5T 20h) (36 gemergte PRs in 30 T)
Beschreibung
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?