Norihiro Kamae
Norihiro Kamae
### Description The runner `macos-11` is no longer available. Use `macos-13`, which is the latest Intel (`x86_64`) mac. Next version `macos-14` is on the Arm (M1) mac so I need...
### Description - src: Use `obs_frontend_add_dock_by_id` - .github: Use obs-studio-devel-action@v2 ### How Has This Been Tested? ### General checklist - [ ] The commit is reviewed by yourself. - [...
### Description Add an `option` command to set the Qt version to 6. ### How Has This Been Tested? CI will test. ### General checklist - [ ] The commit...
### Description This PR removes the build flow for OBS 27. Now the minimum required version is OBS Studio 28.0. ### How Has This Been Tested? CI will test. ###...
### Description This PR will implement an HTTP request routine as a backend of PTZ-control filter. Resolve #160 ### How Has This Been Tested? I'm still implementing but I'd like...
### Description The device-specific implementations for settings and properties were written in `src/face-tracker-ptz.cpp`. This makes difficult to maintain or add more device types. This PR moves the code to each...
### Description Removed the condition `if (int(magnitude) != 0)`, which is not there in `VolumeMeter::paintVMeter`. ### Motivation and Context When the clipping happens on an audio source, the error color...
### Description This commit partially reverts 60a45d3aa3 to avoid a runtime assertion failure on Windows that checks the low value of std::clamp is not greater than the high value. To...
### Description Set `CACHE` option to set `CMAKE_COLOR_DIAGNOSTICS` = `ON` so that the variable can be configurable by `cmake` command. ### Motivation and Context When using `:make` command on Vim,...
### Description This PR adds a new API `obs_source_get_next_audio_timestamp`, which returns the timestamp `struct obs_source::next_audio_ts_min`. This PR will make the PR below obsolete. - #6351 ### Motivation and Context The...