mirror of
https://github.com/occ-ai/obs-localvocal
synced 2024-11-08 03:08:07 +00:00
b3e4bfa33a
* refactor: Enable partial transcription with a latency of 1000ms * refactor: Update CMakePresets.json and buildspec.json - Remove the "QT_VERSION" variable from CMakePresets.json for all platforms - Update the "version" of "obs-studio" and "prebuilt" dependencies in buildspec.json - Update the "version" of "qt6" dependency in buildspec.json - Update the "version" of the project to "0.3.3" in buildspec.json - Update the "version" of the project to "0.3.3" in CMakePresets.json - Remove unused code in whisper-processing.cpp * refactor: Add -Wno-error=deprecated-declarations option to compilerconfig.cmake * refactor: Update language codes in translation module
28 lines
374 B
Plaintext
28 lines
374 B
Plaintext
# Exclude everything
|
|
/*
|
|
|
|
# Except for default project files
|
|
!/.github
|
|
!/build-aux
|
|
!/cmake
|
|
!/data
|
|
!/src
|
|
!.clang-format
|
|
!.cmake-format.json
|
|
!.gitignore
|
|
!buildspec.json
|
|
!CMakeLists.txt
|
|
!CMakePresets.json
|
|
!LICENSE
|
|
!README.md
|
|
!/vendor
|
|
|
|
# Exclude lock files
|
|
*.lock.json
|
|
|
|
# Exclude macOS legacy resource forks
|
|
.DS_Store
|
|
|
|
# Exclude CMake build number cache
|
|
/cmake/.CMakeBuildNumber
|