mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-07-01 06:50:24 +02:00
wip : initial WASM port
Works but it is very slow because no SIMD is used. For example, jfk.wav is processed in ~23 seconds using "tiny.en" model
This commit is contained in:
4
examples/whisper.wasm/CMakeLists.txt
Normal file
4
examples/whisper.wasm/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
set(TARGET whisper.wasm)
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/index-tmpl.html ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${TARGET}/index.html @ONLY)
|
||||
configure_file(${CMAKE_SOURCE_DIR}/bindings/javascript/whisper.js ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${TARGET}/whisper.js COPYONLY)
|
Reference in New Issue
Block a user