pkv

Results 184 comments of pkv

> When it comes to adding features, I heavily prefer if the Flatpak has support since it has the biggest coverage (most distros including immutable). > > Throwing the VST3...

> VST3 assumes two system path: > - `/usr/lib/vst3` > - `/usr/local/lib/vst3` > > According to those paths: > - Does VST3 support Ubuntu ? > - No, binaries in...

**Update** - The **SDK** is no longer in-tree (see https://github.com/obsproject/obs-deps/pull/303 ). A finder for the SDK has been added. - macos, windows: the SDK is pulled from obs-deps (from my...

**Update (11/22/25)** - I have removed all mutexes in the audio thread (except those related to sidechain update), the audio pipeline is now lock free, which is much better. I...

# General architecture of obs-vst3 plugin obs-vst3 provides a full VST3 host inside OBS Studio, analogous to what DAWs implement. One major difference with DAWs though is that VST3s can...

**Update** - Fixed a lot of bugs; thanks to @prgmitchell , indrit (on discord), @WizardCM - On @WizardCM suggestion, i added a message when a driver fails to load (usually...

**Update 10-19-25** Fixed some bugs with output. Factored a lot of the input and output functions. Fixed a bug with drivers which set a different default sample rate than that...

### General architecture All the audio processing is done in the own ASIO driver thread, NOT obs audio thread. This ensures the lowest latency. One big difference with WASAPI is...

Also I would undraft this PR !

yeah i can confirm the bug, which occurs both on monitor and recording. The monitoring doesn't need to be 'monitor only' btw. We upgraded cef to 103. The api hasn't...