UNPKG

nwhisper

Version:

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

7 lines (6 loc) 228 B
add_executable(main ./deprecation-warning.cpp) add_executable(bench ./deprecation-warning.cpp) if (WHISPER_SDL2) add_executable(stream ./deprecation-warning.cpp) add_executable(command ./deprecation-warning.cpp) endif()