tt2468
tt2468
I'm working with an application which has to pass arguments to subprocesses. As such, there are upwards of hundreds of possible arguments that could be done as passthrough, but when...
### Feature Request Type RPC Request ### Feature Request Type (Other) _No response_ ### Requested Feature `GetMediaInputCurrentPath` (or something) - Get the path of the currently playing media, most helpful...
### Feature Request Type RPC Event ### Feature Request Type (Other) _No response_ ### Requested Feature Add: - `OBS_WEBSOCKET_OUTPUT_PAUSING` - `OBS_WEBSOCKET_OUTPUT_RESUMING` ### Requested Feature Usage Scenario Simply for feature-completeness
I've been having some crash issues on MacOS when software plugins that link their own ASIO are installed. Basically, one plugin might statically link 1.12.1, while another will link 1.21.0....
### Operating System Info Windows 10 ### Other OS _No response_ ### OBS Studio Version 28.0.0 ### OBS Studio Version (Other) _No response_ ### obs-websocket Version Git ### OBS Studio...
Commit 8650d11411f784c1c77c938b32c9517f6365ef4c removed the functionality and appears to have replaced it with the deadline functions. Should this be marked as deprecated?
### Description Allows parent (original) video object of an encoder with an FPS divisor to be fetched. ### Motivation and Context When implementing a non-shared-texture encoder, I needed to be...
### Description Rewrites the `struct video_frame` implementation, resolving a few hidden bugs, and improving memory alignment reliability. Should also make it much easier to implement and maintain texture formats in...
### Description Usable for performing some basic logic functions. Not feature-complete. ### Motivation and Context Request batches have limited functionality due to lack of logic and variable mutations. This attempts...
**Describe the bug** When subscribing to `dpp::on_voice_receive_combined`, the callback is only triggered once per audio tick (2 ticks per second, hardcoded). The audio data provided is generally only 960 stereo...