mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 12:47:52 +00:00
e905c6f827
Works but it is very slow because no SIMD is used. For example, jfk.wav is processed in ~23 seconds using "tiny.en" model
4 lines
57 B
CMake
4 lines
57 B
CMake
if (EMSCRIPTEN)
|
|
add_subdirectory(javascript)
|
|
endif()
|