Update version and Whispercpp build tag (#65)

This commit is contained in:
Roy Shilkrot 2024-01-25 11:59:05 -05:00 committed by GitHub
parent 8b4471fad4
commit d8f64971c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
}
},
"name": "obs-localvocal",
"version": "0.0.8",
"version": "0.1.0",
"author": "Roy Shilkrot",
"website": "https://github.com/occ-ai/obs-localvocal",
"email": "roy.shil@gmail.com",

View File

@ -2,7 +2,7 @@ include(ExternalProject)
set(CMAKE_OSX_ARCHITECTURES_ "arm64$<SEMICOLON>x86_64")
set(Whispercpp_Build_GIT_TAG "8986690c2a7b81b2b5d79cdc186b5aa672311740")
set(Whispercpp_Build_GIT_TAG "1cf679dec4eca99aeaed4fe09a8092803bdecfc1")
if(${CMAKE_BUILD_TYPE} STREQUAL Release OR ${CMAKE_BUILD_TYPE} STREQUAL RelWithDebInfo)
set(Whispercpp_BUILD_TYPE Release)