mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-07-11 01:24:01 +02:00
3rdParty: update vosk-api
This commit is contained in:
+1
-3
@@ -3,8 +3,6 @@
|
||||
#
|
||||
project(vosk-api)
|
||||
|
||||
set(VOSK_API_VERSION "0.3.45")
|
||||
|
||||
if (WIN32)
|
||||
set(VOSK_API_PLATFORM "win64")
|
||||
set(SO_EXT "dll")
|
||||
@@ -18,7 +16,7 @@ else(WIN32)
|
||||
endif(WIN32)
|
||||
|
||||
set(VOSK_API_SOURCES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/vosk-${VOSK_API_PLATFORM}-${VOSK_API_VERSION}/libvosk.${SO_EXT}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/vosk-${VOSK_API_PLATFORM}/libvosk.${SO_EXT}
|
||||
)
|
||||
|
||||
add_library(vosk-api IMPORTED SHARED ${VOSK_API_SOURCES})
|
||||
|
||||
Vendored
+1
-2
@@ -1,6 +1,5 @@
|
||||
# vosk-api
|
||||
Linux binaries downloaded from https://github.com/alphacep/vosk-api/releases/tag/v0.3.45
|
||||
Windows binaries downloaded from https://github.com/Rosalie241/vosk-api/releases
|
||||
Binaries downloaded from https://github.com/Rosalie241/vosk-api/releases/tag/binary-e4fb947
|
||||
|
||||
# vosk-model-small-en-us-0.15.zip
|
||||
Downloaded from https://alphacephei.com/vosk/models
|
||||
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user