UNPKG
@snowdigital/whisper-node
Version:
latest (0.0.1)
0.0.1
NodeJS interface for whisper.cpp
github.com/snowdigital/whisper-node
snowdigital/whisper-node
@snowdigital/whisper-node
/
cpp
/
whisper.cpp
/
examples
/
lsp
/
CMakeLists.txt
10 lines
(7 loc)
•
249 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
if (WHISPER_SDL2) # stream
set
(TARGET lsp)
add_executable
(${TARGET} lsp.cpp)
include
(DefaultTargetOptions)
target_link_libraries
(${TARGET} PRIVATE common json_cpp common-sdl whisper ${CMAKE_THREAD_LIBS_INIT}) endif ()