UNPKG

whisper-node-server

Version:

Local audio transcription on CPU. Node.js bindings for OpenAI's Whisper. Modified from node-whisper

11 lines (9 loc) 310 B
add_subdirectory(libwchess) set_target_properties(wchess-core PROPERTIES FOLDER "libs") if (EMSCRIPTEN) add_subdirectory(wchess.wasm) set_target_properties(wchess.wasm PROPERTIES FOLDER "libs") else() add_subdirectory(wchess.cmd) set_target_properties(wchess PROPERTIES FOLDER "libs") endif()