Skip to content

Commit 3906264

Browse files
committed
0.15.1
1 parent d1969cb commit 3906264

4 files changed

Lines changed: 16 additions & 17 deletions

File tree

CMakePresets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"name": "macos",
2020
"displayName": "macOS Universal",
21-
"description": "Build for macOS 11.0+ (Universal binary)",
21+
"description": "Build for macOS 12.0+ (Universal binary)",
2222
"inherits": [
2323
"template"
2424
],
@@ -34,7 +34,7 @@
3434
"deprecated": true
3535
},
3636
"cacheVariables": {
37-
"CMAKE_OSX_DEPLOYMENT_TARGET": "11.0",
37+
"CMAKE_OSX_DEPLOYMENT_TARGET": "12.0",
3838
"CMAKE_OSX_ARCHITECTURES": "arm64;x86_64",
3939
"CODESIGN_IDENTITY": "$penv{CODESIGN_IDENT}",
4040
"CODESIGN_TEAM": "$penv{CODESIGN_TEAM}"
@@ -46,7 +46,7 @@
4646
"macos"
4747
],
4848
"displayName": "macOS Universal CI build",
49-
"description": "Build for macOS 11.0+ (Universal binary) for CI",
49+
"description": "Build for macOS 12.0+ (Universal binary) for CI",
5050
"generator": "Xcode",
5151
"cacheVariables": {
5252
"CMAKE_COMPILE_WARNING_AS_ERROR": false,

buildspec.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@
44
"obs-studio": {
55
"baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags",
66
"hashes": {
7-
"macos": "a22966ff07aba38833ba57c36c9e0d190d083be5dec5048d0a60cd9e6b997242",
8-
"windows-x64": "e8434dcee06f1702f0a0bbd1489296c77116fc51356835c3af4a6ed21b1e1c74"
7+
"macos": "39751f067bacc13d44b116c5138491b5f1391f91516d3d590d874edd21292291",
8+
"windows-x64": "2c8427c10b55ac6d68008df2e9a3e82f4647aaad18f105e30d4713c2de678ccf"
99
},
1010
"label": "OBS sources",
11-
"version": "31.0.0"
11+
"version": "31.1.1"
1212
},
1313
"prebuilt": {
1414
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
1515
"hashes": {
16-
"macos": "c857b211ee378772994b632036e1e5befe66b37e85286cb8e3cefc1435d5220a",
17-
"windows-x64": "d4a4f194591766891ad3c0b267deec3c4b85239c8fe557273559927456aeedbb"
16+
"macos": "495687e63383d1a287684b6e2e9bfe246bb8f156fe265926afb1a325af1edd2a",
17+
"windows-x64": "c8c642c1070dc31ce9a0f1e4cef5bb992f4bff4882255788b5da12129e85caa7"
1818
},
1919
"label": "Pre-Built obs-deps",
20-
"version": "2024-09-12"
20+
"version": "2025-07-11"
2121
},
2222
"qt6": {
2323
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
2424
"debugSymbols": {
25-
"windows-x64": "dad2351a5c9cd438168e1ed8fb453a2534532252edb555f1001a5e8eb3f1bbd4"
25+
"windows-x64": "11b7be92cf66a273299b8f3515c07a5cfb61614b59a4e67f7fc5ecba5e2bdf21"
2626
},
2727
"hashes": {
28-
"macos": "34a2de6b7f4d4d58fc5a15a4dba49a61d81a4045d0cedfc1a1f08c0dfb8047cf",
29-
"windows-x64": "4d15ce13dbb0a8a2cabcce5ae0da5e80ee589b482a61b2025378465c1da32c4f"
28+
"macos": "d3f5f04b6ea486e032530bdf0187cbda9a54e0a49621a4c8ba984c5023998867",
29+
"windows-x64": "0e76bf0555dd5382838850b748d3dcfab44a1e1058441309ab54e1a65b156d0a"
3030
},
3131
"label": "Pre-Built Qt6",
32-
"version": "2024-09-12"
32+
"version": "2025-07-11"
3333
}
3434
},
3535
"displayName": "atkAudio Plugin",
@@ -43,6 +43,6 @@
4343
"uuids": {
4444
"windowsApp": "ad885c58-5ca9-44de-8f4f-1c12676626a9"
4545
},
46-
"version": "0.15.0",
46+
"version": "0.15.1",
4747
"website": "https://www.atkaudio.com"
4848
}

cmake/common/buildspec_common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function(_setup_obs_studio)
6868
COMMAND
6969
"${CMAKE_COMMAND}" -S "${dependencies_dir}/${_obs_destination}" -B
7070
"${dependencies_dir}/${_obs_destination}/build_${arch}" -G ${_cmake_generator} "${_cmake_arch}"
71-
-DOBS_CMAKE_VERSION:STRING=3.0.0 -DENABLE_PLUGINS:BOOL=OFF -DENABLE_UI:BOOL=OFF
71+
-DOBS_CMAKE_VERSION:STRING=3.0.0 -DENABLE_PLUGINS:BOOL=OFF -DENABLE_FRONTEND:BOOL=OFF
7272
-DOBS_VERSION_OVERRIDE:STRING=${_obs_version} "-DCMAKE_PREFIX_PATH='${CMAKE_PREFIX_PATH}'" ${_is_fresh}
7373
${_cmake_extra}
7474
RESULT_VARIABLE _process_result

lib/atkaudio/src/atkaudio/FifoBuffer2.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class FifoBuffer2 : public juce::Timer
1414
, buffer(minNumChannels, minBufferSize + 1)
1515
, fifo(minBufferSize + 1)
1616
{
17-
timerCallback();
1817
startTimer(10);
1918
}
2019

@@ -405,7 +404,7 @@ class SyncBuffer : public juce::Timer
405404
}
406405

407406
private:
408-
std::atomic_bool isPrepared;
407+
std::atomic_bool isPrepared{false};
409408
int numChannels{0};
410409
int bufferSize{0};
411410

0 commit comments

Comments
 (0)