UNPKG

nwhisper

Version:

Native Node.js bindings for OpenAI's Whisper using whisper.cpp. High-performance local speech-to-text with custom model support.

9 lines (5 loc) 205 B
set(TARGET whisper-bench) add_executable(${TARGET} bench.cpp) include(DefaultTargetOptions) target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT}) install(TARGETS ${TARGET} RUNTIME)