diff --git a/buildspec.json b/buildspec.json index 6ea6358..44ea039 100644 --- a/buildspec.json +++ b/buildspec.json @@ -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", diff --git a/cmake/BuildWhispercpp.cmake b/cmake/BuildWhispercpp.cmake index 5b8fd28..4d538e4 100644 --- a/cmake/BuildWhispercpp.cmake +++ b/cmake/BuildWhispercpp.cmake @@ -2,7 +2,7 @@ include(ExternalProject) set(CMAKE_OSX_ARCHITECTURES_ "arm64$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)