ggml-org/whisper.cpp

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

Aberta

#585 aberto em 8 de mar. de 2023

 (4 comentários) (0 reação) (0 responsável)C++ (6.074 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (52.968 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 20h) (36 fundiu PRs em 30d)

Description

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?

Guia do colaborador